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.
1 parent aeda7d4 commit 074ee82Copy full SHA for 074ee82
src/Prefix.jl
@@ -717,9 +717,11 @@ function setup_dependencies(prefix::Prefix,
717
# Re-install stdlib dependencies, but this time with `julia_version = nothing`
718
if !isempty(stdlib_pkgspecs)
719
stdlib_pkgspecs_2 = deepcopy(stdlib_pkgspecs)
720
- @show dump(stdlib_pkgspecs_2[1])
+ @info "1"
721
+ dump(stdlib_pkgspecs_2[1])
722
foreach(Pkg.API.handle_package_input!, stdlib_pkgspecs_2)
723
+ @info "2"
724
725
Pkg_add(stdlib_pkgspecs; io=outs, platform=platform, julia_version=nothing)
726
end
727
0 commit comments