JuliaCI / PkgEval.jl

Keeping tabs on the julia ecosystem
Other
28 stars 18 forks source link

Don't precompile packages during Pkg.add. #201

Closed maleadt closed 1 year ago

maleadt commented 1 year ago

https://github.com/JuliaLang/julia/pull/47184 will cause precompilation to occur again if certain flags (notably, checkbounds) are changed. So we wait to precompile until all flags are known.

maleadt commented 1 year ago

This has been deployed too.