JuliaPackaging / BinaryBuilderBase.jl

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

Make lld more first party in BBB #345

Closed gbaraldi closed 9 months ago

gbaraldi commented 9 months ago

I'm not really in love of how this is getting, I think a nice refactor might be to move all these gcc versions/platform to a toolchain struct that has everything in it. But for now this is an attempt

giordano commented 9 months ago

Is this alternative to #344?

gbaraldi commented 9 months ago

Yeah, or maybe a follow up when I figure out what is going on

gbaraldi commented 9 months ago

The tests are timing out, but it doess work and passes tests for everything except a rust issue that is happening only locally

giordano commented 9 months ago

I rebased on master because now we should have green CI with this PR!