We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
io=outs
Pkg.add
1 parent 3dfb4d3 commit 184dfa3Copy full SHA for 184dfa3
src/Prefix.jl
@@ -609,8 +609,7 @@ function setup_dependencies(prefix::Prefix,
609
610
# Re-install stdlib dependencies, but this time with `julia_version = nothing`
611
if !isempty(stdlib_pkgspecs)
612
- #ctx = Pkg.Types.Context!(ctx; julia_version=nothing)
613
- Pkg.add(ctx, stdlib_pkgspecs; julia_version=nothing)
+ Pkg.add(ctx, stdlib_pkgspecs; io=outs, julia_version=nothing)
614
end
615
616
# Load their Artifacts.toml files
0 commit comments