MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.1, and conda-forge-pinning 2024.04.03.17.55.34
This commit is contained in:
Generated
+3
-3
@@ -34,9 +34,9 @@ CONDARC
|
||||
export CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1
|
||||
|
||||
mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \
|
||||
pip mamba conda-build boa conda-forge-ci-setup=4
|
||||
pip mamba conda-build conda-forge-ci-setup=4 "conda-build>=24.1"
|
||||
mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \
|
||||
pip mamba conda-build boa conda-forge-ci-setup=4
|
||||
pip mamba conda-build conda-forge-ci-setup=4 "conda-build>=24.1"
|
||||
|
||||
# set up the condarc
|
||||
setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
|
||||
@@ -65,7 +65,7 @@ if [[ "${BUILD_WITH_CONDA_DEBUG:-0}" == 1 ]]; then
|
||||
# Drop into an interactive shell
|
||||
/bin/bash
|
||||
else
|
||||
conda mambabuild "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \
|
||||
conda-build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \
|
||||
--suppress-variables ${EXTRA_CB_OPTIONS:-} \
|
||||
--clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \
|
||||
--extra-meta flow_run_id="${flow_run_id:-}" remote_url="${remote_url:-}" sha="${sha:-}"
|
||||
|
||||
Reference in New Issue
Block a user