Why does Brew require a newer version of curl?? #224
-
Some of my CI builds have started failing during the install:
due to the following "error":
Why is Brew not requiring a newer version of Curl and is there any workaround since I don't want to have to go and down manual curl installations on all the older CI systems... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Ok, trawled the git log and code and found the answer here: https://github.com/Homebrew/brew/blob/master/Library/Homebrew/brew.sh#L353
|
Beta Was this translation helpful? Give feedback.
-
You can try using a statically compiled curl binary from https://github.com/moparisthebest/static-curl/releases/. |
Beta Was this translation helpful? Give feedback.
Ok, trawled the git log and code and found the answer here:
https://github.com/Homebrew/brew/blob/master/Library/Homebrew/brew.sh#L353