Skip to content

Commit

Permalink
Workaround preferences in depot
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Nov 23, 2023
1 parent a831b23 commit ff74ef7
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 @@ -28,6 +28,9 @@ steps:
command:
- "echo $$JULIA_DEPOT_PATH"

- echo "--- Remove MPIPreferences"
- "rm -f ${JULIA_DEPOT_PATH}/environments/v1.9/LocalPreferences.toml"

- echo "--- Instantiate project"
- "julia --project -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project -e 'using Pkg; Pkg.precompile()'"
Expand Down

0 comments on commit ff74ef7

Please sign in to comment.