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 8d3fc6f commit 44b70f8Copy full SHA for 44b70f8
.scripts/build_linux.sh
@@ -7,18 +7,13 @@
7
8
set -xeuo pipefail
9
export PYTHONUNBUFFERED=1
10
-export FEEDSTOCK_ROOT="${FEEDSTOCK_ROOT:-/home/conda/feedstock_root}"
11
-export RECIPE_ROOT="${RECIPE_ROOT:-/home/conda/recipe_root}"
+
+export FEEDSTOCK_ROOT=`pwd`
12
+export "CONDA_BLD_PATH=$HOME/conda-bld/"
13
14
curl -fsSL https://pixi.sh/install.sh | bash
15
export PATH="$HOME/.pixi/bin:$PATH"
16
-export CONDA_BLD_PATH="/opt/conda/build_artifacts"
17
-
18
-pwd
19
20
-cd ${FEEDSTOCK_ROOT}
21
22
for recipe in ${CURRENT_RECIPES[@]}; do
23
pixi run -v rattler-build build \
24
--recipe ${FEEDSTOCK_ROOT}/recipes/${recipe} \
.scripts/run_docker_build.sh
0 commit comments