File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 55
66env :
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()'"
You can’t perform that action at this time.
0 commit comments