-
Notifications
You must be signed in to change notification settings - Fork 559
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
[libjulia] bump nightly for jl_alloc_array_*, update to 1.10.0-rc2 #7757
Conversation
Julia nightly fails to build on i686 (windows + linux) for
Building that code locally with clang I get a better error:
So the new crc32 code from JuliaLang/julia#52326 runs out of registers on i686 with -O0. Using |
Any clue of why that wasn't caught by CI? |
There is probably no i686 debug build? |
This builds now with the crc32 patch, great!. Since that patch doesn't affect the ABI, can't we just merge this PR now so we can finally update all the other JLLs depending on this? We can drop the crc32 later once it (or some other fix) is merged into Julia master. |
As suggested in #52326#issuecomment-1840999660 For JuliaPackaging/Yggdrasil#7757 (comment)
…uliaPackaging#7757) * [libjulia] bump nightly for jl_alloc_array_*, update to 1.10.0-rc2 * use patch from JuliaLang/julia#52437 for i686 builds
No description provided.