-
Notifications
You must be signed in to change notification settings - Fork 557
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
Rework LLVMExtra using augmented platforms. #4292
Conversation
fda5f17
to
fe32c7b
Compare
f53ae82
to
e8b5152
Compare
e8b5152
to
e3a4c37
Compare
Side note, but we need to find a more sustainable way to build for multiple platforms. Azure Pipelines can spawn at most 256 jobs, here we had already 178 |
For the record, you can run the workflow https://github.com/JuliaPackaging/Yggdrasil/actions/workflows/update_manifest.yml to automatically open a pr which updates the manifest also providing a link to the diff of the changes in BinaryBuilder, see for example #4489 |
660e9ed
to
c714104
Compare
const platform_name = "llvm_version" | ||
const augment = """ | ||
function augment_llvm!(platform::Platform) | ||
haskey(platform, "llvm_version") && return p |
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.
I presume this was supposed to be
haskey(platform, "llvm_version") && return platform
?
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!
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.
Ok, I'll fix it in #4670
Same as #4291, but for LLVMExtra.