PackageCompiler never ends on julia 1.11.0 with --threads=6 #963
Labels
bug
git bisect wanted
regression Julia 1.11
Represents a regression between Julia 1.10 and Julia 1.11
The following command never finishes on julia 1.11.0 (worked on julia 1.10.5). The precompile_statements_file can be any, even an empty file.
The timer keeps on counting forever (CPU does not show any work done)
[09m:10s] PackageCompiler: compiling incremental system image
The fix is not specifying
--threads=6
on sysimage_build_argsThe text was updated successfully, but these errors were encountered: