Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Jun 20, 2024
1 parent bc30838 commit 8b7b92b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .scripts/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ cd ${FEEDSTOCK_ROOT}
for recipe in ${CURRENT_RECIPES[@]}; do
pixi run rattler-build build \
--recipe ${FEEDSTOCK_ROOT}/recipes/${recipe} \
-m ${FEEDSTOCK_ROOT}/.ci_support/conda_forge_pinnings.yaml \
-m ${FEEDSTOCK_ROOT}/conda_build_config.yaml \
-c robostack-jazzy -c conda-forge \
--output-dir $CONDA_BLD_PATH

# -m ${FEEDSTOCK_ROOT}/.ci_support/conda_forge_pinnings.yaml \

done

anaconda -t ${ANACONDA_API_TOKEN} upload /opt/conda/build_artifacts/linux-*/*.conda --force

0 comments on commit 8b7b92b

Please sign in to comment.