-
-
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
cargo-c: switch back to uses_from_macos "curl"
#197727
Conversation
228e5bc
to
2c5d79a
Compare
Looks like macOS 13 is using vendored curl:
|
yeah, only 13 does not link to sys curl |
I just run a sys curl, seems working fine for me
|
It'll be things that use the Technically more a bug in Or an alternative if you want a quicker solution is to use |
yeah, I saw HTTP2 in yeah, you are right, it is the curl-config thing |
2c5d79a
to
0c62f4f
Compare
with that, now it is using the system curl, as brew curl reports http2 feature. let me know what you think on it @Bo98 |
Signed-off-by: Rui Chen <[email protected]> cargo-c: add `since: :sonoma` Signed-off-by: Rui Chen <[email protected]>
0c62f4f
to
640ecbb
Compare
🤖 An automated task has requested bottles to be published to this PR. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?relates to:
curl
#146547