Skip to content

Commit

Permalink
fix reporting of precompile configs on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Oct 18, 2024
1 parent 6317e02 commit 199108f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/precompilation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@ function precompilepkgs(pkgs::Vector{String}=String[];
name *= color_string(" $(config_str)", :light_black)
end
lock(print_lock) do
if !fancyprint && target === nothing && isempty(pkg_queue)
printpkgstyle(io, :Precompiling, "packages...")
if !fancyprint && isempty(pkg_queue)
printpkgstyle(io, :Precompiling, something(target, "packages..."))
end
end
push!(pkg_queue, pkg_config)
Expand Down

0 comments on commit 199108f

Please sign in to comment.