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 059407a commit 45f884a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scripts/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export CONDA_BLD_PATH="/opt/conda/build_artifacts"
pwd

for recipe in ${CURRENT_RECIPES[@]}; do
cd ${FEEDSTOCK_ROOT}/recipes/${recipe}
pixi run rattler-build build --recipe . \
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 \
Expand Down

0 comments on commit 45f884a

Please sign in to comment.