Skip to content

Commit

Permalink
CI (Buildkite): use a TMPDIR that is backed by real storage (JuliaL…
Browse files Browse the repository at this point in the history
…ang#42995)

(cherry picked from commit f317d57)
  • Loading branch information
DilumAluthge authored and daviehh committed Nov 16, 2021
1 parent af4708d commit fc55ebf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .buildkite/pipelines/main/platforms/tester_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ steps:
unset JULIA_DEPOT_PATH
unset JULIA_PKG_SERVER
# Make sure that temp files and temp directories are created in a location that is
# backed by real storage.
export TMPDIR="$(pwd)/tmp"
mkdir -p $${TMPDIR:?}
export NETWORK_RELATED_TESTS="Artifacts Downloads download LazyArtifacts LibGit2/online Pkg"
if [[ "${GROUP?}" == "all" ]]; then
Expand Down

0 comments on commit fc55ebf

Please sign in to comment.