- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--compile-all
option does not finish
#741
Comments
Does it finish if you don't add any packages to the sysimage? What if you only add like one small package? |
No, it does not finish if I don't add any packages; as in the example above (except PackageCompiler). I added DataFrames package; without the
I'm willing to try any other options you need. |
1.8.3 should include JuliaLang/julia#47357 so I'm not sure why it wouldn't work. Maybe @JeffBezanson has some idea. |
The bug is apparently not with PackageCompiler but Julia 1.8.3 itself; opened an issue: JuliaLang/julia#47662 |
Thanks! |
Adding the
--compile-all
option to sysimage_build_args causes PackageCompiler.create_sysimage to get stuck for many hours; it does not finish.Below is a simple demonstration; first without the option (finished in less than 2 min). then with
--compile-all
(not finished after 23 hours):The text was updated successfully, but these errors were encountered: