-
Notifications
You must be signed in to change notification settings - Fork 643
[LLVM, Clang, LLD, MLIR] Bump to v19.1.7+0 #10503
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
Sigh. |
|
We basically need to hack https://github.com/JuliaPackaging/BinaryBuilder.jl/blob/4538e89767f3fdb11f7e192aa04bbf64f9baaf55/src/AutoBuild.jl#L1431 for Julia < 1.12. |
|
I'd suggest skipping riscv64 for this round, we'll look into this later. It'd need regenerating llvm_full anyway, can't do anything about this right now. |
|
I temporarily cancelled the jobs to do some maintenance on the build machine, will restart when done Update: in the end I solved the issue by making a PR, I restarted the jobs here. |
|
I opened JuliaPackaging/BinaryBuilder.jl#1366 about what's needed to fix the riscv64 issue. |
| end | ||
|
|
||
| platforms = supported_platforms(; experimental=experimental_platforms) | ||
| filter!(p->arch(p)!="riscv64", platforms) # Not supported yet, see https://github.com/JuliaPackaging/BinaryBuilder.jl/issues/1366 |
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.
For the record, this should be fixed now.
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.
Yes, removed in #10594
No description provided.