Skip to content
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

Merged
merged 1 commit into from
Feb 28, 2022
Merged

Conversation

maleadt
Copy link
Contributor

@maleadt maleadt commented Jan 20, 2022

Same as #4291, but for LLVMExtra.

@maleadt maleadt force-pushed the tb/llvmextra_platform branch 2 times, most recently from fda5f17 to fe32c7b Compare January 20, 2022 15:05
@giordano
Copy link
Member

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

@vchuravy vchuravy marked this pull request as ready for review February 28, 2022 15:57
@giordano
Copy link
Member

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

@vchuravy vchuravy merged commit 4116001 into master Feb 28, 2022
@vchuravy vchuravy deleted the tb/llvmextra_platform branch February 28, 2022 16:44
const platform_name = "llvm_version"
const augment = """
function augment_llvm!(platform::Platform)
haskey(platform, "llvm_version") && return p
Copy link
Member

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

?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes!

Copy link
Member

@giordano giordano Mar 22, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants