We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb49bd commit 8cee071Copy full SHA for 8cee071
src/Pkg.jl
@@ -896,11 +896,6 @@ using Pkg, Test
896
const is_manifest_current = API.is_manifest_current
897
898
function __init__()
899
- if !isassigned(Base.PKG_PRECOMPILE_HOOK)
900
- # allows Base to use Pkg.precompile during loading
901
- # disable via `Base.PKG_PRECOMPILE_HOOK[] = Returns(nothing)`
902
- Base.PKG_PRECOMPILE_HOOK[] = precompile
903
- end
904
OFFLINE_MODE[] = Base.get_bool_env("JULIA_PKG_OFFLINE", false)
905
_auto_gc_enabled[] = Base.get_bool_env("JULIA_PKG_GC_AUTO", true)
906
return nothing
0 commit comments