-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relax LibCURL
version bounds
#6857
Comments
As usual, first of all this should be fixed in the registry |
giordano
pushed a commit
to JuliaRegistries/General
that referenced
this issue
Jul 29, 2023
This addresses JuliaPackaging/Yggdrasil#6857 (comment), which should fix a bunch of packages that are broken on 1.10. Continuation of #81657 for the rest of the packages.
visr
added a commit
to visr/Yggdrasil
that referenced
this issue
Jul 29, 2023
Fixes JuliaPackaging#6857. Already fixed in the registry in JuliaRegistries/General#88557. [skip build]
giordano
pushed a commit
that referenced
this issue
Jul 29, 2023
Fixes #6857. Already fixed in the registry in JuliaRegistries/General#88557. [skip build] [skip ci]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A few packages declare LibCURL dependencies via
Dependency("LibCURL_jll"; compat = "7.73.0")
or similar. This is too restrictive since there is no actual ABI change between versions 7 and 8 of LibCURL. These bounds should be updated to7.73.0, 8.0.0
or similar.The text was updated successfully, but these errors were encountered: