Skip to content

Commit 02208b1

Browse files
committed
use default depot
1 parent 0c464ed commit 02208b1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ agents:
55

66
env:
77
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
8-
JULIA_DEPOT_PATH: "${BUILDKITE_BUILD_PATH}/${BUILDKITE_PIPELINE_SLUG}/depot/cpu"
8+
JULIA_DEPOT_PATH: "${BUILDKITE_BUILD_PATH}/${BUILDKITE_PIPELINE_SLUG}/depot/default"
99
OPENBLAS_NUM_THREADS: 1
1010
JULIA_NVTX_CALLBACKS: gc
1111
OMPI_MCA_opal_warn_on_missing_libcuda: 0
@@ -20,12 +20,6 @@ steps:
2020
- label: "init environment :computer:"
2121
key: "init_cpu_env"
2222
command:
23-
- |
24-
if [ -n "$$CLEAR_DEPOT" ]; then
25-
echo "--- Clearing depot"
26-
rm -rf ${JULIA_DEPOT_PATH}
27-
fi
28-
2923
- echo "--- Instantiate package env"
3024
- "julia --project -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
3125
- "julia --project -e 'using Pkg; Pkg.precompile()'"

0 commit comments

Comments
 (0)