diff --git a/.ci_support/linux_.yaml b/.ci_support/linux_.yaml index 0967ef4..9a22688 100644 --- a/.ci_support/linux_.yaml +++ b/.ci_support/linux_.yaml @@ -1 +1,8 @@ -{} +build_number_decrement: +- '0' +channel_sources: +- conda-forge,defaults +channel_targets: +- conda-forge main +docker_image: +- condaforge/linux-anvil diff --git a/.circleci/build_steps.sh b/.circleci/build_steps.sh index 1becc90..258a085 100755 --- a/.circleci/build_steps.sh +++ b/.circleci/build_steps.sh @@ -7,27 +7,34 @@ set -xeuo pipefail export PYTHONUNBUFFERED=1 +export FEEDSTOCK_ROOT=/home/conda/feedstock_root +export RECIPE_ROOT=/home/conda/recipe_root +export CI_SUPPORT=/home/conda/feedstock_root/.ci_support +export CONFIG_FILE="${CI_SUPPORT}/${CONFIG}.yaml" cat >~/.condarc <@conda-forge-admin, please rerender in a comment in this PR for automated rerendering) * [ ] Ensured the license file is being packaged.