JuliaLang / Pkg.jl

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

do not start a new process for precompiling the test env #3792

Closed KristofferC closed 4 months ago

KristofferC commented 4 months ago

Requires https://github.com/JuliaLang/julia/pull/53316

IanButterworth commented 4 months ago

You're going to need to teach isprecompiled about the flags too

KristofferC commented 4 months ago

Oh yeah...

KristofferC commented 4 months ago

This was annoying...

KristofferC commented 4 months ago

Did this break CI on the master branch or did something else happen...