Open staticfloat opened 3 months ago
CI failed, but the failures don't look like my fault?
Confirmed that the failures are not my fault, the same failures occur on a meaningless PR: https://github.com/JuliaRegistries/RegistryCI.jl/pull/572
The problem is this line: https://github.com/JuliaBinaryWrappers/MozillaCACerts_jll.jl/blob/713bd3679eeb3671788eb5f3c5e5ca064a63cc99/Project.toml#L15
That line is incorrect. It should be Libdl = "< 0.0.1, 1"
instead. Is this a bug in Ygg/BinaryBuilder?
Is this a bug in Ygg/BinaryBuilder?
Someone opened https://github.com/JuliaPackaging/BinaryBuilder.jl/pull/1324 but it's still marked as draft
BinaryBuilder2 generates JLLs that use
LazyJLLWrappers
instead ofJLLWrappers
, we need to allow that here for them to get registered.