-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Slight tweaks to CI #3350
Slight tweaks to CI #3350
Conversation
@bors: r+ |
📌 Commit 77aca31 has been approved by |
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
⌛ Testing commit 77aca31 with merge bc9224e... |
💔 Test failed - status-travis |
c11884d
to
11c0266
Compare
@bors: r+ |
📌 Commit 11c0266 has been approved by |
⌛ Testing commit 11c0266 with merge 349450f... |
💔 Test failed - status-travis |
@bors: retry |
⌛ Testing commit 11c0266 with merge 12cc2c9... |
☀️ Test successful - status-appveyor, status-travis |
11c0266
to
f6189dc
Compare
@bors: r+ |
📌 Commit f6189dc has been approved by |
⌛ Testing commit f6189dc with merge f3770f3... |
@bors: r- |
f6189dc
to
f41382b
Compare
* Pass `--quiet` to all tests to have some quieter output * Skip builds on branches other than `auto-cargo` as it's already checked * Check the right env var for repo branches on appveyor * Only run a few builds on PRs
f41382b
to
cf71ae0
Compare
@bors: r+ |
📌 Commit cf71ae0 has been approved by |
⌛ Testing commit cf71ae0 with merge 8cf290a... |
💔 Test failed - status-appveyor |
@bors: retry
…On Wed, Nov 30, 2016 at 11:37 PM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang-libs/cargo/build/1.0.448>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3350 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95NHPYujzDv_c9mlDwCYCgf3drn6aks5rDnkygaJpZM4LAkbb>
.
|
Slight tweaks to CI * Pass `--quiet` to all tests to have some quieter output * Skip builds on the `master` branch as `auto` is already checked * Check the right env var for repo branches on appveyor
☀️ Test successful - status-appveyor, status-travis |
Backporting fixes to 1.14.0 This is a backport of the following PRs to fix the actual issue, rust-lang/rust#37969. * #3311 - first attempt to fix OpenSSL linkage on OSX * #3315 - second attempt to fix linkage * #3325 - fix a flaky test causing lots of CI problems * #3332 - actual fix for OpenSSL linkage on OSX * #3345 - first PR for automation changes * #3350 - second PR for automation changes * #3326 - update git2 to support netbsd * #3331 - update git2 to fix segfaults in tests * #3342 - update git2 to fix cert paths
--quiet
to all tests to have some quieter outputmaster
branch asauto
is already checked