From ba2bfdf0397489cd906d16c28f85877c107fc2c9 Mon Sep 17 00:00:00 2001 From: Gabriele Bozzola Date: Fri, 1 Mar 2024 17:34:54 -0800 Subject: [PATCH] Add depot --- .buildkite/pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index b222d41c5b..41ba4ed4ed 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -9,11 +9,14 @@ env: JULIA_CPU_TARGET: 'broadwell;skylake' OPENBLAS_NUM_THREADS: 1 SLURM_KILL_BAD_EXIT: 1 + JULIA_DEPOT_PATH: "${BUILDKITE_BUILD_PATH}/${BUILDKITE_PIPELINE_SLUG}/depot/default" steps: - label: "init environment :computer:" key: "init_cpu_env" command: + - "echo $$JULIA_DEPOT_PATH" + - echo "--- Instantiate project" - "julia --project -e 'using Pkg; Pkg.instantiate(;verbose=true)'" - "julia --project -e 'using Pkg; Pkg.status()'"