From bc50fb34552556223236dab891681a40a995170b Mon Sep 17 00:00:00 2001 From: munechika-koyo Date: Thu, 19 Sep 2024 16:16:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20experimental=20flag=20to?= =?UTF-8?q?=20conda=20build=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a temporary fix of: https://github.com/conda-forge/conda-smithy/issues/2057 --- .scripts/build_steps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 5f435bf..e67444e 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -49,6 +49,8 @@ source run_conda_forge_build_setup make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" +# build portion of https://github.com/conda-forge/conda-smithy/issues/2057 +EXTRA_CB_OPTIONS="${EXTRA_CB_OPTIONS:-} --experimental" ( endgroup "Configuring conda" ) 2> /dev/null