JuliaLang / Pkg.jl

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

test appending bundled depots to places where we empty it #3807

Closed KristofferC closed 4 months ago

KristofferC commented 4 months ago

I am thinking we might be precompiling stdlibs over and over since we won't find the precompile files for those if we do not have the bundled depots in the depot path.

If this is useful this should have a bit smaller CI runtime.

KristofferC commented 4 months ago

I don't think this matters since we turn off auto precompile for the tests.