BinaryBuilder.jl
BinaryBuilder.jl copied to clipboard
Prevent stdlib compat entries from breaking old Julia versions
In old Julia versions, Pkg.test
sets the version numbers of all stdlibs to 0.0.0
. So, if we don't allow 0.0.0
, then Pkg.test
will throw a resolver error.
Example of this breaking: https://github.com/JuliaRegistries/RegistryCI.jl/pull/557 (e.g. this CI log).
See also:
- https://github.com/JuliaBinaryWrappers/MozillaCACerts_jll.jl/blob/main/Project.toml
- https://github.com/JuliaRegistries/General/blob/master/jll/M/MozillaCACerts_jll/Compat.toml
- https://github.com/JuliaRegistries/General/blob/master/jll/M/MozillaCACerts_jll/Versions.toml