Skip to content

Commit 0444910

Browse files
committed
CI (Buildkite): use a TMPDIR that is backed by real storage
1 parent d6f59fa commit 0444910

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.buildkite/pipelines/main/platforms/tester_linux.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ steps:
6161
unset JULIA_DEPOT_PATH
6262
unset JULIA_PKG_SERVER
6363
64+
# Make sure that temp files and temp directories are created in a location that is
65+
# backed by real storage.
66+
export TMPDIR="$(pwd)/tmp"
67+
mkdir -p $${TMPDIR:?}
68+
6469
export NETWORK_RELATED_TESTS="Artifacts Downloads download LazyArtifacts LibGit2/online Pkg"
6570
6671
if [[ "${GROUP?}" == "all" ]]; then

0 commit comments

Comments
 (0)