-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Bump libz-sys to 1.0.9 #3393
Bump libz-sys to 1.0.9 #3393
Conversation
@bors: r+ |
📌 Commit 746f762 has been approved by |
⌛ Testing commit 746f762 with merge 0bf616f... |
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
💔 Test failed - status-appveyor |
@bors: retry
…On Tue, Dec 13, 2016 at 12:31 AM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang-libs/cargo/build/1.0.570>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3393 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95A12yCht-Tn4LgSvnM2Aupx0FDucks5rHlfwgaJpZM4LLdGX>
.
|
⌛ Testing commit 746f762 with merge 39263b0... |
💔 Test failed - status-appveyor |
@bors: retry
…On Tue, Dec 13, 2016 at 9:32 AM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang-libs/cargo/build/1.0.571>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3393 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95JQLsdzas3o5i5maiCcXXRau4euZks5rHtajgaJpZM4LLdGX>
.
|
⌛ Testing commit 746f762 with merge fb1143f... |
💔 Test failed - status-appveyor |
1d0b0f7
to
05f026c
Compare
@bors: retry
…On Tue, Dec 13, 2016 at 9:47 AM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang-libs/cargo/build/1.0.572>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3393 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95DECub0EF0sfSUSxowdRFDKf8c6Qks5rHto6gaJpZM4LLdGX>
.
|
05f026c
to
746f762
Compare
@bors: r+ |
📌 Commit 746f762 has been approved by |
⌛ Testing commit 746f762 with merge d2a1999... |
💔 Test failed - status-appveyor |
@bors: retry
…On Tue, Dec 13, 2016 at 1:41 PM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang-libs/cargo/build/1.0.583>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3393 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95C6BHRjbbvE2wTnV0B6xJttgiHCYks5rHxEEgaJpZM4LLdGX>
.
|
⌛ Testing commit 746f762 with merge bee49da... |
💔 Test failed - status-appveyor |
@bors: retry |
☔ The latest upstream changes (presumably #3363) made this pull request unmergeable. Please resolve the merge conflicts. |
746f762
to
4be3fe8
Compare
@bors: r+ |
📌 Commit 4be3fe8 has been approved by |
⌛ Testing commit 4be3fe8 with merge e45ba64... |
💔 Test failed - status-appveyor |
8e53b48
to
b9343b3
Compare
@bors: r+ p=1 |
📌 Commit b9343b3 has been approved by |
⌛ Testing commit b9343b3 with merge 813699e... |
This just switches libz to always link statically instead of relying on the system zlib. For MinGW it seems that linkage may default pull in a DLL, which is almost never what we want. Also update curl-sys to fix a build issue on MinGW. Closes rust-lang#3384
b9343b3
to
34b44ce
Compare
@bors: r+ |
📌 Commit 34b44ce has been approved by |
@bors r+ p=1 |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 34b44ce has been approved by |
Bump libz-sys to 1.0.9 This just switches libz to always link statically instead of relying on the system zlib. For MinGW it seems that linkage may default pull in a DLL, which is almost never what we want. Closes #3384
☀️ Test successful - status-appveyor, status-travis |
This just switches libz to always link statically instead of relying on the
system zlib. For MinGW it seems that linkage may default pull in a DLL, which is
almost never what we want.
Closes #3384