Skip to content

Commit 18c7e37

Browse files
test move out SparseArrays, SuiteSparse and Statistics from the sysimage (JuliaLang#44247)
Co-authored-by: Viral B. Shah <[email protected]>
1 parent 5a0685a commit 18c7e37

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

base/sysimg.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,11 @@ let
5050
:InteractiveUtils,
5151
:LibGit2,
5252
:Profile,
53-
:SparseArrays,
5453
:UUIDs,
5554

5655
# 3-depth packages
5756
:REPL,
5857
:SharedArrays,
59-
:SuiteSparse,
6058
:TOML,
6159
:Test,
6260

test/precompile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ precompile_test_harness(false) do dir
364364
:LazyArtifacts, :LibCURL, :LibCURL_jll, :LibGit2, :Libdl, :LinearAlgebra,
365365
:Logging, :Markdown, :Mmap, :MozillaCACerts_jll, :NetworkOptions, :OpenBLAS_jll, :Pkg, :Printf,
366366
:Profile, :p7zip_jll, :REPL, :Random, :SHA, :Serialization, :SharedArrays, :Sockets,
367-
:SparseArrays, :SuiteSparse, :TOML, :Tar, :Test, :UUIDs, :Unicode,
367+
:TOML, :Tar, :Test, :UUIDs, :Unicode,
368368
:nghttp2_jll]
369369
),
370370
)

0 commit comments

Comments
 (0)