From b28cf0ab27e25d2a9cbb37a10e82928559b4efaa Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Sat, 20 Nov 2021 12:43:32 +0100 Subject: [PATCH] Use lief_dev --- .scripts/build_steps.sh | 1 + .scripts/run_osx_build.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index a85ae38b..beba4b58 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -29,6 +29,7 @@ GET_BOA=boa BUILD_CMD=mambabuild conda install --yes --quiet "conda-forge-ci-setup=3" conda-build pip ${GET_BOA:-} -c conda-forge +conda update --yes -c conda-forge/label/lief_dev -c conda-forge py-lief # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh index d6de1234..15783f8a 100755 --- a/.scripts/run_osx_build.sh +++ b/.scripts/run_osx_build.sh @@ -26,7 +26,7 @@ conda activate base echo -e "\n\nInstalling conda-forge-ci-setup=3 and conda-build." conda install -n base --quiet --yes "conda-forge-ci-setup=3" conda-build pip ${GET_BOA:-} - +conda update --yes -c conda-forge/label/lief_dev -c conda-forge py-lief echo -e "\n\nSetting up the condarc and mangling the compiler."