Skip to content

Commit

Permalink
move out LazyArtifacts from the sysimage
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Mar 24, 2023
1 parent db7971f commit f24178b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ let

# 6-depth packages
:Pkg,

# 7-depth packages
:LazyArtifacts,
]
# PackageCompiler can filter out stdlibs so it can be empty
maxlen = maximum(textwidth.(string.(stdlibs)); init=0)
Expand Down
1 change: 1 addition & 0 deletions contrib/cache_stdlibs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ stdlibs = [
# 7-depth packages
:LLD_jll,
:SuiteSparse,
:LazyArtifacts,

# 9-depth packages
:Statistics,
Expand Down
2 changes: 1 addition & 1 deletion test/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ precompile_test_harness(false) do dir
end for s in
[:ArgTools, :Artifacts, :Base64, :CompilerSupportLibraries_jll, :CRC32c, :Dates,
:Distributed, :Downloads, :FileWatching, :Future, :InteractiveUtils, :libblastrampoline_jll,
:LazyArtifacts, :LibCURL, :LibCURL_jll, :LibGit2, :Libdl, :LinearAlgebra,
:LibCURL, :LibCURL_jll, :LibGit2, :Libdl, :LinearAlgebra,
:Logging, :Markdown, :Mmap, :MozillaCACerts_jll, :NetworkOptions, :OpenBLAS_jll, :Pkg, :Printf,
:Profile, :p7zip_jll, :REPL, :Random, :SHA, :Serialization, :SharedArrays, :Sockets,
:TOML, :Tar, :Test, :UUIDs, :Unicode,
Expand Down

0 comments on commit f24178b

Please sign in to comment.