You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix hanging system image creation if multiple threads are set
Make sure, that the final system image is built single-threaded and
override any values set by "-t", "--threads" in sysimage_build_args`
or provided via JULIA_NUM_THREADS.
This is needed until the underlying bug is fixed (see JuliaLang#963 and especially
JuliaLang#990 containing a `git bisect` to the commit introducing the problem)
FixesJuliaLang#963 and JuliaLang#990
0 commit comments