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.
1 parent f7e9cb2 commit 080d98aCopy full SHA for 080d98a
.buildkite/platforms/linux64.yml
@@ -70,7 +70,10 @@ steps:
70
julia-artifact/bin/julia -e '@info "" Sys.CPU_THREADS'
71
72
echo "--- Run the Julia test suite"
73
- julia-artifact/bin/julia .buildkite/rr_capture.jl julia-artifact/bin/julia -e 'Base.runtests(["all"]; ncores = Sys.CPU_THREADS)'
+
74
75
76
+ julia-artifact/bin/julia .buildkite/rr_capture.jl julia-artifact/bin/julia -e 'const HOME = joinpath(pwd(), "myhomedir"); mkpath(HOME); ENV["HOME"] = HOME; ENV["USER"] = "myusername"; Base.runtests(["all"]; ncores = Sys.CPU_THREADS)'
77
timeout_in_minutes: 120
78
notify:
79
- github_commit_status:
0 commit comments