Hi!
I’m working in steps towards building a sysimage with PackageCompiler for my own package.
I manage to build a sysimage for CSV.jl
Now I’m following the guide https://julialang.github.io/PackageCompiler.jl/dev/examples/plots.html to build one for Plots.jl. However it just seems to stall at 0.4% cpu load for the process.
What could be wrong? Is there a way to get output from the building process to see where it stalls?
I’m using Julia 1.9.0 with PackageCompiler v2.1.10
Thanks in advance!