From ff74ef755b7f99926d4d749a8b01cda4df23692b Mon Sep 17 00:00:00 2001 From: Gabriele Bozzola Date: Thu, 23 Nov 2023 10:17:29 -0800 Subject: [PATCH] Workaround preferences in depot --- .buildkite/pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index f075681ef3..a78e9a1f67 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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()'"