From 17e9d742688f119002251484d74a0d1c66ffd9db Mon Sep 17 00:00:00 2001 From: Jake Bolewski Date: Tue, 23 Mar 2021 15:53:59 -0600 Subject: [PATCH] update julia to 1.5.4, check if precompilation issues are fixed --- .buildkite/pipeline.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 3dc2a36a1..c29c1a0b7 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,5 +1,5 @@ env: - JULIA_VERSION: "1.5.2" + JULIA_VERSION: "1.5.4" OPENBLAS_NUM_THREADS: 1 GKSwstype: nul @@ -30,7 +30,7 @@ steps: mkdir examples/Lorenz/depot export JULIA_DEPOT_PATH="$$(pwd)/examples/Lorenz/depot:$$JULIA_DEPOT_PATH" - julia --compiled-modules=no --color=yes --project -e ' + julia --color=yes --project -e ' println("--- Instantiating Project") using Pkg; Pkg.instantiate() @@ -55,7 +55,7 @@ steps: mkdir examples/GaussianProcessEmulator/depot export JULIA_DEPOT_PATH="$$(pwd)/examples/GaussianProcessEmulator/depot:$JULIA_DEPOT_PATH" - julia --compiled-modules=no --color=yes --project -e ' + julia --color=yes --project -e ' println("--- Instantiating Project") using Pkg; Pkg.instantiate() @@ -86,7 +86,7 @@ steps: mkdir examples/Cloudy/depot export JULIA_DEPOT_PATH="$$(pwd)/examples/Cloudy/depot:$$JULIA_DEPOT_PATH" - julia --compiled-modules=no --color=yes --project -e ' + julia --color=yes --project -e ' println("--- Instantiating Project") using Pkg; Pkg.instantiate() @@ -99,4 +99,4 @@ steps: agents: config: cpu queue: central - slurm_ntasks: 1 \ No newline at end of file + slurm_ntasks: 1