You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice the Pkg bug with stdlibs compats with julia 1.9.4 as well with having LLVMExtra in the dependency chain still, and thus noticed that the bounds are not set in JLLs in General.
If there's a process to add these, I would be happy to help out
The text was updated successfully, but these errors were encountered:
Since https://discourse.julialang.org/t/psa-compat-requirements-in-the-general-registry-are-changing/104958 is enforced, many packages have had stdlib compats updated (#92622, #89713 etc). BinaryBuilder also has JuliaPackaging/BinaryBuilder.jl#1299 to support adding the correct bounds on new builds, but it would be infeasible/ long tail to build all the binaries. It might be good to add compat bounds for the JLLs in the registry for now.
I notice the Pkg bug with stdlibs compats with julia 1.9.4 as well with having LLVMExtra in the dependency chain still, and thus noticed that the bounds are not set in JLLs in General.
If there's a process to add these, I would be happy to help out
The text was updated successfully, but these errors were encountered: