Skip to content

Commit

Permalink
Add depot
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Mar 5, 2024
1 parent 9bdf85d commit 3a2de3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()'"
Expand Down

0 comments on commit 3a2de3c

Please sign in to comment.