JuliaPackaging / BinaryBuilderBase.jl

https://juliapackaging.github.io/BinaryBuilderBase.jl/stable
MIT License
11 stars 31 forks source link

Fix old clang/llvm version that broke after LLVM16 #332

Closed gbaraldi closed 11 months ago

gbaraldi commented 11 months ago

While this doesn't fix the issues with LLVM16Bootstrap, this should restore the behaviour of the older versions. Also added a test on non default LLVM/GCC versions.

giordano commented 11 months ago

Can you cherry pick #321 and see if that solves the test failure? This is also going to make the artifacts uncacheable. Triple sigh.

gbaraldi commented 11 months ago

It might still work, I'm not sure.

gbaraldi commented 11 months ago

Running locally it seems to work.