-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
[beta] travis: Ensure cargo links libcurl statically #40525
Conversation
We don't want a dynamic dependency in the library that we ship, so link it statically by configuring curl-sys's build script to not pick up the system version via pkg-config.
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r=brson p=2 (fixing beta) |
📌 Commit 00722bb has been approved by |
⌛ Testing commit 00722bb with merge e94a430... |
💔 Test failed - status-appveyor |
@bors: retry
|
@bors: retry |
⌛ Testing commit 00722bb with merge 3bb0476... |
💔 Test failed - status-travis |
@bors: retry
|
[beta] travis: Ensure cargo links libcurl statically This is a beta backport of #40507
💔 Test failed - status-travis |
@bors: retry |
⌛ Testing commit 00722bb with merge 885250f... |
💔 Test failed - status-travis |
⌛ Testing commit 00722bb with merge 9db6fda... |
⌛ Testing commit 00722bb with merge 4535b3a... |
@bors retry |
⌛ Testing commit 00722bb with merge c3b906e... |
💔 Test failed - status-travis |
|
Looks like we blew the 4MB cap, so let's hide some more output.
@bors: r=brson |
📌 Commit 2b145f7 has been approved by |
gonna make a new PR with more backports |
This is a beta backport of #40507