Skip to content

Commit

Permalink
Merge branch 'main' into ss/download-everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri authored Nov 28, 2024
2 parents 879d611 + 4b0d77d commit cd54cdb
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 cd54cdb

Please sign in to comment.