Skip to content

Commit 080d98a

Browse files
authored
Set $USER and $HOME
1 parent f7e9cb2 commit 080d98a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.buildkite/platforms/linux64.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ steps:
7070
julia-artifact/bin/julia -e '@info "" Sys.CPU_THREADS'
7171
7272
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)'
73+
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)'
7477
timeout_in_minutes: 120
7578
notify:
7679
- github_commit_status:

0 commit comments

Comments
 (0)