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 cb288d3 commit 76923d4Copy full SHA for 76923d4
test/pkg.jl
@@ -367,6 +367,7 @@ temp_pkg_dir() do project_path
367
tasks = Task[]
368
iobs = IOBuffer[]
369
Sys.CPU_THREADS == 1 && error("Cannot test for atomic usage log file interaction effectively with only Sys.CPU_THREADS=1")
370
+ run(pipeline(`$(Base.julia_cmd()) --project="$(pkgdir(Pkg))" -e "import Pkg"`)) # to precompile Pkg given we're in a different depot
371
for i in 1:Sys.CPU_THREADS
372
iob = IOBuffer()
373
t = @async run(pipeline(`$(Base.julia_cmd()) --project="$(pkgdir(Pkg))"
0 commit comments