11
22env :
3- JULIA_VERSION : " 1.10.9 "
3+ JULIA_VERSION : " 1.10.10 "
44 JULIA_MINOR_VERSION : " 1.10"
55 TARTARUS_HOME : " /storage5/buildkite-agent"
66 JULIA_PKG_SERVER_REGISTRY_PREFERENCE : eager
1818 TMPDIR : " $TARTARUS_HOME/tmp"
1919 command :
2020 - " echo '--- Instantiate project'"
21- - " $TARTARUS_HOME/julia-$JULIA_VERSION/bin/julia --color=yes -O0 --project -e 'using Pkg; Pkg.instantiate(; verbose=true); Pkg.precompile(; strict=true)'"
21+ - " $TARTARUS_HOME/julia-$JULIA_VERSION/bin/julia --color=yes -O0 --project -e 'using Pkg; Pkg.add(url= \" https://github.com/CliMA/Oceananigans.jl \" , rev= \" ss/fix-zstar-bc \" ); Pkg. instantiate(; verbose=true); Pkg.precompile(; strict=true)'"
2222 # force the initialization of the CUDA runtime as it is lazily loaded by default
2323 - " $TARTARUS_HOME/julia-$JULIA_VERSION/bin/julia --color=yes -O0 --project -e 'using CUDA; CUDA.precompile_runtime()'"
2424 agents :
2929 - label : " Run documentation"
3030 key : " build_documentation"
3131 commands :
32- - " $TARTARUS_HOME/julia-$JULIA_VERSION/bin/julia --color=yes -O0 --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'"
32+ - " $TARTARUS_HOME/julia-$JULIA_VERSION/bin/julia --color=yes -O0 --project=docs/ -e 'using Pkg; Pkg.add(url= \" https://github.com/CliMA/Oceananigans.jl \" , rev= \" ss/fix-zstar-bc \" ); Pkg. develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.precompile(; strict=true )'"
3333 - " $TARTARUS_HOME/julia-$JULIA_VERSION/bin/julia --color=yes -O0 --project=docs/ docs/make.jl"
3434 agents :
3535 queue : ClimaOcean-docs
@@ -38,10 +38,10 @@ steps:
3838 TMPDIR : " $TARTARUS_HOME/tmp"
3939 JULIA_DEPOT_PATH : " $TARTARUS_HOME/.julia-$BUILDKITE_BUILD_NUMBER"
4040 JULIA_DEBUG : " Documenter"
41- # This environment variable is needed to avoid SSL verification errors when Downloads.jl
41+ # This environment variable is needed to avoid SSL verification errors when Downloads.jl
4242 # tries to download the bathymetry data. It should not be required so we need to fix our certificates
4343 # and remove this environment variable. ref: https://github.com/JuliaLang/Downloads.jl/issues/97
44- JULIA_SSL_NO_VERIFY : " **"
44+ JULIA_SSL_NO_VERIFY : " **"
4545
4646 timeout_in_minutes : 1440
4747
0 commit comments