appveyor: Use sccache on pc-windows-gnu for caching#40095
Merged
bors merged 1 commit intorust-lang:masterfrom Feb 28, 2017
Merged
appveyor: Use sccache on pc-windows-gnu for caching#40095bors merged 1 commit intorust-lang:masterfrom
bors merged 1 commit intorust-lang:masterfrom
Conversation
Contributor
|
(rust_highfive has picked a reviewer for you, use r? to override) |
Member
Author
|
Note that this does update sccache as I landed a few bug fixes assorted with builds and such. |
Contributor
|
@bors r+ |
Collaborator
|
📌 Commit a1631ff has been approved by |
Collaborator
|
⌛ Testing commit a1631ff with merge 79b7950... |
Collaborator
|
💔 Test failed - status-travis |
Member
Author
|
@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>
.
|
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.
a1631ff to
65b4609
Compare
Member
Author
|
@bors: r=brson |
Collaborator
|
📌 Commit 65b4609 has been approved by |
Member
Author
|
@bors: p=1 Need to update sccache to fix some spurious failures |
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.
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 free
to 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.