Skip to content

Commit

Permalink
Merge branch 'ss/download-everywhere' of github.com:CliMA/ClimaOcean.…
Browse files Browse the repository at this point in the history
…jl into ss/download-everywhere
  • Loading branch information
simone-silvestri committed Dec 2, 2024
2 parents 0c38ce1 + cd54cdb commit 25216bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .buildkite/examples_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ agents:
modules: climacommon/2024_05_27
slurm_time: 48:00:00

timeout_in_minutes: 1440

env:
JULIA_LOAD_PATH: "${JULIA_LOAD_PATH}:${BUILDKITE_BUILD_CHECKOUT_PATH}/.buildkite"
OPENBLAS_NUM_THREADS: 1
Expand Down Expand Up @@ -45,7 +43,7 @@ steps:
env:
JULIA_DEBUG: "Documenter"
# This environment variable is needed to avoid SSL verification errors when Downloads.jl
# tries to download the bathymetry data. It should not be required so we need to fix our certificates.
# tries to download the bathymetry data. It should not be required so we need to fix our certificates
# and remove this environment variable. ref: https://github.com/JuliaLang/Downloads.jl/issues/97
JULIA_SSL_NO_VERIFY: "**"

Expand Down

0 comments on commit 25216bc

Please sign in to comment.