From e7ace4c0bd5bb05f2dacac760088bb65b9262406 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Thu, 10 Aug 2023 08:06:38 +0200 Subject: [PATCH] Update build.sh Reduce number of schema versions --- conda/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda/build.sh b/conda/build.sh index 9ba21cba3a..fab1d216d4 100644 --- a/conda/build.sh +++ b/conda/build.sh @@ -14,6 +14,8 @@ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then fi +export SCHEMA_VERSIONS=2x3;4;4x3;4x3_add1 + cmake -G Ninja \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$PREFIX \