Uh oh!
There was an error while loading. Please reload this page.
appveyor: Use sccache on pc-windows-gnu for caching - #40095
Merged
Conversation
rust-highfive
commented
Feb 25, 2017
Contributor
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Feb 25, 2017
MemberAuthor
Note that this does update sccache as I landed a few bug fixes assorted with builds and such. |
brson
commented
Feb 26, 2017
Contributor
@bors r+ |
bors
commented
Feb 26, 2017
Collaborator
📌 Commit a1631ff has been approved by |
bors
commented
Feb 26, 2017
Collaborator
⌛ Testing commit a1631ff with merge 79b7950... |
bors
commented
Feb 26, 2017
Collaborator
💔 Test failed - status-travis |
alexcrichton
commented
Feb 26, 2017
via email
MemberAuthor
@bors: retry
* network failure …On Sat, Feb 25, 2017 at 11:14 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/205437496>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#40095 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95HP5V_uKxudQyJpVIaCE43McoVYJks5rgQohgaJpZM4MMF0R>
.
|
bors
commented
Feb 26, 2017
Collaborator
☔ The latest upstream changes (presumably #40112) made this pull request unmergeable. Please resolve the merge conflicts. |
Now that mozilla/sccache#43 is fixed the caching works for MinGW on Windows. We still can't use it for MSVC just yet, but I'll try to revive that branch at some point.
alexcrichtonforce-pushed
the
sccache-mingw
branch
from
February 27, 2017 19:51
a1631ff to
65b4609Comparealexcrichton
commented
Feb 27, 2017
MemberAuthor
@bors: r=brson |
bors
commented
Feb 27, 2017
Collaborator
📌 Commit 65b4609 has been approved by |
alexcrichton
commented
Feb 28, 2017
MemberAuthor
@bors: p=1 Need to update sccache to fix some spurious failures |
bors
commented
Feb 28, 2017
Collaborator
bors added a commit
that referenced
this pull request
Feb 28, 2017
appveyor: Use sccache on pc-windows-gnu for caching Now that mozilla/sccache#43 is fixed the caching works for MinGW on Windows. We still can't use it for MSVC just yet, but I'll try to revive that branch at some point.
bors
commented
Feb 28, 2017
Collaborator
☀️ Test successful - status-appveyor, status-travis |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now that mozilla/sccache#43 is fixed the caching works for MinGW on Windows. We
still can't use it for MSVC just yet, but I'll try to revive that branch at some
point.