We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981f5ab commit 4ea2538Copy full SHA for 4ea2538
.scripts/build_linux.sh
@@ -18,8 +18,8 @@ export CONDA_BLD_PATH="/opt/conda/build_artifacts"
18
pwd
19
20
for recipe in ${CURRENT_RECIPES[@]}; do
21
- cd ${FEEDSTOCK_ROOT}/recipes/${recipe}
22
- pixi run rattler-build build --recipe . \
+ pixi run rattler-build build \
+ --recipe ${FEEDSTOCK_ROOT}/recipes/${recipe} \
23
-m ${FEEDSTOCK_ROOT}/.ci_support/conda_forge_pinnings.yaml \
24
-m ${FEEDSTOCK_ROOT}/conda_build_config.yaml \
25
-c robostack-jazzy -c conda-forge \
0 commit comments