File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,14 @@ steps:
23
23
command :
24
24
- " echo $$JULIA_DEPOT_PATH"
25
25
26
+ - echo "--- Check that ClimaAtmos is developed in Manifest"
27
+ - julia --check-bounds=yes -e 'using TOML; @assert TOML.parsefile(".buildkite/Manifest-v1.11.toml")["deps"]["ClimaAtmos"][1]["path"] == ".."'
28
+
26
29
- echo "--- Instantiate project"
27
- - " julia --project -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
28
- - " julia --project -e 'using Pkg; Pkg.precompile()'"
29
- - " julia --project -e 'using Pkg; Pkg.status()'"
30
+ - " julia --project -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.precompile(); Pkg.status()'"
30
31
31
32
- echo "--- Instantiate .buildkite"
32
- - " julia --project=.buildkite -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
33
- - " julia --project=.buildkite -e 'using Pkg; Pkg.precompile()'"
34
- - " julia --project=.buildkite -e 'using CUDA; CUDA.precompile_runtime()'"
35
- - " julia --project=.buildkite -e 'using Pkg; Pkg.status()'"
33
+ - " julia --project=.buildkite -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true); using CUDA; CUDA.precompile_runtime(); Pkg.status()'"
36
34
37
35
agents :
38
36
slurm_cpus_per_task : 8
You can’t perform that action at this time.
0 commit comments