We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TMPDIR
1 parent d6f59fa commit 0444910Copy full SHA for 0444910
.buildkite/pipelines/main/platforms/tester_linux.yml
@@ -61,6 +61,11 @@ steps:
61
unset JULIA_DEPOT_PATH
62
unset JULIA_PKG_SERVER
63
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
+
69
export NETWORK_RELATED_TESTS="Artifacts Downloads download LazyArtifacts LibGit2/online Pkg"
70
71
if [[ "${GROUP?}" == "all" ]]; then
0 commit comments