Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reintroduce SparseArrays in the system image (JuliaLang#46278)
Browse files Browse the repository at this point in the history
ViralBShah authored and pcjentsch committed Aug 18, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e410ded commit 41fc0ac
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions base/sysimg.jl
Original file line number Diff line number Diff line change
@@ -50,6 +50,7 @@ let
:InteractiveUtils,
:LibGit2,
:Profile,
:SparseArrays,
:UUIDs,

# 3-depth packages
2 changes: 1 addition & 1 deletion test/precompile.jl
Original file line number Diff line number Diff line change
@@ -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,
:TOML, :Tar, :Test, :UUIDs, :Unicode,
:SparseArrays, :TOML, :Tar, :Test, :UUIDs, :Unicode,
:nghttp2_jll]
),
)

0 comments on commit 41fc0ac

Please sign in to comment.