-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
curl 7.81.0 #92549
curl 7.81.0 #92549
Conversation
The Linux build was green for the previous version. Looks like 2 tests broke due to this change. |
|
I have a fix for |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems likely to me that the zurl
is not actually broken, and that its test just needs updating.
Even if that's wrong, it seems unreasonable to delay a curl
version bump to avoid breaking a formula that has had three downloads in the past year.
CC @homebrew/core in case someone has objections. (Or if someone wants to fix zurl
...)
I have opened an issue upstream: fanout/zurl#20 |
The version bump to curl (Homebrew#92549) is causing segfaults when installing Julia packages. See Homebrew/discussions#2749. Upstream is already aware of the issue (JuliaLang/Downloads.jl#172). I've updated the test to make sure we catch this regression in the future.
The version bump to curl (#92549) is causing segfaults when installing Julia packages. See Homebrew/discussions#2749. Upstream is already aware of the issue (JuliaLang/Downloads.jl#172). I've updated the test to make sure we catch this regression in the future. Closes #92799. Signed-off-by: BrewTestBot <[email protected]>
Created with
brew bump-formula-pr
.