JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
609 stars 251 forks source link

test env precompile: move threads assignment after precompilation #3840

Closed IanButterworth closed 3 months ago

IanButterworth commented 3 months ago

Fixes https://github.com/JuliaLang/julia/issues/53572

KristofferC commented 3 months ago

Nice one