Skip to content

Commit 44b70f8

Browse files
Sync
1 parent 8d3fc6f commit 44b70f8

File tree

2 files changed

+3
-96
lines changed

2 files changed

+3
-96
lines changed

.scripts/build_linux.sh

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,13 @@
77

88
set -xeuo pipefail
99
export PYTHONUNBUFFERED=1
10-
export FEEDSTOCK_ROOT="${FEEDSTOCK_ROOT:-/home/conda/feedstock_root}"
11-
export RECIPE_ROOT="${RECIPE_ROOT:-/home/conda/recipe_root}"
10+
11+
export FEEDSTOCK_ROOT=`pwd`
12+
export "CONDA_BLD_PATH=$HOME/conda-bld/"
1213

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

16-
export CONDA_BLD_PATH="/opt/conda/build_artifacts"
17-
18-
pwd
19-
20-
cd ${FEEDSTOCK_ROOT}
21-
2217
for recipe in ${CURRENT_RECIPES[@]}; do
2318
pixi run -v rattler-build build \
2419
--recipe ${FEEDSTOCK_ROOT}/recipes/${recipe} \

.scripts/run_docker_build.sh

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)