-
Notifications
You must be signed in to change notification settings - Fork 106
Support augment_platform in BB #1128
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
7e323af to
9623571
Compare
cb5242a to
78eb506
Compare
78eb506 to
97c5ea7
Compare
97c5ea7 to
9a79943
Compare
9a79943 to
42c559c
Compare
42c559c to
5a0d1a4
Compare
5a0d1a4 to
35cc5b6
Compare
35cc5b6 to
e15eb9c
Compare
e15eb9c to
c41d1c1
Compare
Co-authored-by: Tim Besard <[email protected]>
84e5dbb to
7de64e1
Compare
|
Rebased and addressed review comments. I'd like to use this for JuliaPackaging/Yggdrasil#4292, which in turn will unblock some work on LLVM.jl (handling assertion builds). |
|
JuliaPackaging/Yggdrasil#4292 has passed CI, so this looks good to go (unless there's further review comments, of course). |
|
Thanks Tim! |
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.
Co-authored-by: Mosè Giordano <[email protected]>
443: Allow TOML as dependency of JLL packages r=DilumAluthge a=giordano Since JuliaPackaging/BinaryBuilder.jl#1128 we also use TOML for JLLs in some cases. Co-authored-by: Mosè Giordano <[email protected]>
443: Allow TOML as dependency of JLL packages r=DilumAluthge a=giordano Since JuliaPackaging/BinaryBuilder.jl#1128 we also use TOML for JLLs in some cases. Co-authored-by: Mosè Giordano <[email protected]>
Companion to JuliaPackaging/JLLWrappers.jl#35