Skip to content

Commit

Permalink
test move out SparseArrays, SuiteSparse and Statistics from the sysim…
Browse files Browse the repository at this point in the history
…age (JuliaLang#44247)

Co-authored-by: Viral B. Shah <[email protected]>
  • Loading branch information
2 people authored and pcjentsch committed Aug 18, 2022
1 parent b19bc5b commit 25cd952
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,11 @@ let
:InteractiveUtils,
:LibGit2,
:Profile,
:SparseArrays,
:UUIDs,

# 3-depth packages
:REPL,
:SharedArrays,
:SuiteSparse,
:TOML,
:Test,

Expand Down
2 changes: 1 addition & 1 deletion test/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ precompile_test_harness(false) do dir
:LazyArtifacts, :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,
:SparseArrays, :SuiteSparse, :TOML, :Tar, :Test, :UUIDs, :Unicode,
:TOML, :Tar, :Test, :UUIDs, :Unicode,
:nghttp2_jll]
),
)
Expand Down

0 comments on commit 25cd952

Please sign in to comment.