You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't play well with the new pkg parallel precompilation as it forces TimeZones and all its dependencies to be precompiled in series (load-time precompilation) slowly during build time.
So while pkg is reporting building TimeZones it's probably actually spending a bunch of that time precompiling.
It may be a contributing factor in #331 given it might be causing some things to happen out of order?
The text was updated successfully, but these errors were encountered:
It's unusual to load the package itself during build time
TimeZones.jl/deps/build.jl
Line 1 in ae1e583
This doesn't play well with the new pkg parallel precompilation as it forces TimeZones and all its dependencies to be precompiled in series (load-time precompilation) slowly during build time.
So while pkg is reporting
building TimeZones
it's probably actually spending a bunch of that time precompiling.It may be a contributing factor in #331 given it might be causing some things to happen out of order?
The text was updated successfully, but these errors were encountered: