-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
travis: Ensure cargo links libcurl statically #40507
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.
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
This is a regession from nightly, so nominating for beta as well. |
@bors r+ |
📌 Commit 5fab9bf has been approved by |
@bors: p=1 (fixing nightly) |
⌛ Testing commit 5fab9bf with merge 6d38130... |
💔 Test failed - status-travis |
@bors: retry
|
@alexcrichton Looks like bors failed, could you retry it? |
@SirDoctors ah yeah that's what my previous comment is doing. |
[beta] travis: Ensure cargo links libcurl statically This is a beta backport of #40507
⌛ Testing commit 5fab9bf with merge 12cc8da... |
💔 Test failed - status-appveyor |
… On Thu, Mar 16, 2017 at 9:03 AM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang/rust/build/1.0.2406>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40507 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95AMudN6LXqS_T6JLceJkJBK2aWR-ks5rmUEpgaJpZM4McIrS>
.
|
travis: Ensure cargo links libcurl statically 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.
travis: Ensure cargo links libcurl statically 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.
⌛ Testing commit 5fab9bf with merge 2e540cd... |
💔 Test failed - status-travis |
@bors: retry
|
travis: Ensure cargo links libcurl statically 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.
travis: Ensure cargo links libcurl statically 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.
travis: Ensure cargo links libcurl statically 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.
travis: Ensure cargo links libcurl statically 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.
☀️ Test successful - status-appveyor, status-travis |
woot! |
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.