Commit 5a12df5
Fix hanging system image creation if multiple threads are set (#1042)
* 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 #963 and especially
#990 containing a `git bisect` to the commit introducing the problem)
Fixes #963 and #990
* Include the whole issue URL
Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
---------
Co-authored-by: Dilum Aluthge <dilum@aluthge.com>1 parent a32fe6b commit 5a12df5
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
469 | 474 | | |
470 | 475 | | |
471 | 476 | | |
| |||
0 commit comments