-
Notifications
You must be signed in to change notification settings - Fork 639
[libjulia] bump 1.12 to beta3 and update 1.13-dev #11325
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me thank you
Just as a note: The julia PR (JuliaLang/julia#58131) that made rebuilding for nightly necessary will get backported to 1.12. This should not block this PR whatsoever, but it will probably mean that we need another rebuild in the near future |
Only one failure:
We might be missing zlib in some linker command somewhere. (but only on 32bit windows ...?) |
Llvm 20 needs zstd |
Unfortunately still fails with the same (?) error |
Adding |
I added This issue might happen because we are overriding |
I guess we need this to work towards fixing GAP and CxxWrap errors on nightly. (And I think bumping 1.12 in the process is also reasonable)
cc: @fingolfin @lgoettgens @barche