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 6d6b1a8 commit fb27436Copy full SHA for fb27436
1 file changed
.scripts/build_unix.sh
@@ -40,7 +40,7 @@ for recipe in ${CURRENT_RECIPES[@]}; do
40
pixi run -v rattler-build build \
41
--recipe ${FEEDSTOCK_ROOT}/recipes/${recipe} \
42
-m ${FEEDSTOCK_ROOT}/conda_build_config.yaml \
43
- -c robostack-staging -c conda-forge \
+ -c conda-forge -c robostack-staging \
44
${extra_channel} \
45
--output-dir $CONDA_BLD_PATH \
46
${cross_compile}
0 commit comments