Uh oh!
There was an error while loading. Please reload this page.
[beta] travis: Ensure cargo links libcurl statically - #40525
[beta] travis: Ensure cargo links libcurl statically#40525alexcrichton wants to merge 2 commits into
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
commented
Mar 14, 2017
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Mar 14, 2017
alexcrichton
commented
Mar 14, 2017
@bors: r=brson p=2 (fixing beta) |
bors
commented
Mar 14, 2017
📌 Commit 00722bb has been approved by |
bors
commented
Mar 15, 2017
⌛ Testing commit 00722bb with merge e94a430... |
bors
commented
Mar 15, 2017
💔 Test failed - status-appveyor |
alexcrichton
commented
Mar 15, 2017
@bors: retry
|
alexcrichton
commented
Mar 15, 2017
@bors: retry |
bors
commented
Mar 15, 2017
⌛ Testing commit 00722bb with merge 3bb0476... |
bors
commented
Mar 16, 2017
💔 Test failed - status-travis |
alexcrichton
commented
Mar 16, 2017
@bors: retry
|
bors
commented
Mar 16, 2017
[beta] travis: Ensure cargo links libcurl statically This is a beta backport of #40507
bors
commented
Mar 16, 2017
💔 Test failed - status-travis |
alexcrichton
commented
Mar 16, 2017
@bors: retry |
bors
commented
Mar 16, 2017
⌛ Testing commit 00722bb with merge 885250f... |
bors
commented
Mar 16, 2017
💔 Test failed - status-travis |
alexcrichton
commented
Mar 16, 2017
bors
commented
Mar 17, 2017
⌛ Testing commit 00722bb with merge 9db6fda... |
frewsxcv
commented
Mar 17, 2017
bors
commented
Mar 17, 2017
⌛ Testing commit 00722bb with merge 4535b3a... |
frewsxcv
commented
Mar 17, 2017
@bors retry |
bors
commented
Mar 17, 2017
⌛ Testing commit 00722bb with merge c3b906e... |
bors
commented
Mar 17, 2017
💔 Test failed - status-travis |
frewsxcv
commented
Mar 17, 2017
|
Looks like we blew the 4MB cap, so let's hide some more output.
alexcrichton
commented
Mar 17, 2017
@bors: r=brson |
bors
commented
Mar 17, 2017
📌 Commit 2b145f7 has been approved by |
alexcrichton
commented
Mar 17, 2017
gonna make a new PR with more backports |
This is a beta backport of #40507