Skip to content

Commit

Permalink
Fix linux build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Jan 6, 2025
1 parent 14c17e5 commit 5483302
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .scripts/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,13 @@

set -xeuo pipefail
export PYTHONUNBUFFERED=1
export FEEDSTOCK_ROOT="${FEEDSTOCK_ROOT:-/home/conda/feedstock_root}"
export RECIPE_ROOT="${RECIPE_ROOT:-/home/conda/recipe_root}"

export FEEDSTOCK_ROOT=`pwd`
export "CONDA_BLD_PATH=$HOME/conda-bld/"

curl -fsSL https://pixi.sh/install.sh | bash
export PATH="$HOME/.pixi/bin:$PATH"

export CONDA_BLD_PATH="/opt/conda/build_artifacts"

pwd

cd ${FEEDSTOCK_ROOT}

for recipe in ${CURRENT_RECIPES[@]}; do
pixi run -v rattler-build build \
--recipe ${FEEDSTOCK_ROOT}/recipes/${recipe} \
Expand Down

0 comments on commit 5483302

Please sign in to comment.