From 352345c89871f91bee0f859fab7e6e97eebebd6d Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Thu, 11 Feb 2021 22:59:00 +0100 Subject: [PATCH] Add p7zip_jll to precompile tests since Pkg depends on it now. --- test/precompile.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/precompile.jl b/test/precompile.jl index 90019ad04b447..a6aa60009ba6e 100644 --- a/test/precompile.jl +++ b/test/precompile.jl @@ -313,7 +313,7 @@ precompile_test_harness(false) do dir :Distributed, :Downloads, :FileWatching, :Future, :InteractiveUtils, :LazyArtifacts, :LibCURL, :LibCURL_jll, :LibGit2, :Libdl, :LinearAlgebra, :Logging, :Markdown, :Mmap, :MozillaCACerts_jll, :NetworkOptions, :Pkg, :Printf, - :Profile, :REPL, :Random, :SHA, :Serialization, :SharedArrays, :Sockets, + :Profile, :p7zip_jll, :REPL, :Random, :SHA, :Serialization, :SharedArrays, :Sockets, :SparseArrays, :Statistics, :SuiteSparse, :TOML, :Tar, :Test, :UUIDs, :Unicode, :nghttp2_jll] ),