Uh oh!
There was an error while loading. Please reload this page.
appveyor: Use Ninja/sccache on MSVC - #41447
Conversation
rust-highfive
commented
Apr 21, 2017
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Apr 21, 2017
Note that after this we'll finally be using sccache on 100% of our platforms, yay for consistent caching solutions! |
There was a problem hiding this comment.
Use expect with at least somewhat greppable string.
There was a problem hiding this comment.
Doesn’t this ignore the path to sccache that can be specified in the config.toml?
nagisa
commented
Apr 24, 2017
Didn’t look at changes to yaml/Dockerfiles. Commented for the rest. |
c797287 to
d75528eComparebrson
commented
Apr 25, 2017
@bors r+ |
bors
commented
Apr 25, 2017
📌 Commit d75528e has been approved by |
…brson appveyor: Use Ninja/sccache on MSVC Now that the final bug fixes have been merged into sccache we can start leveraging sccache on the MSVC builders on AppVeyor instead of relying on the ad-hoc caching strategy of trigger files and whatnot.
…brson appveyor: Use Ninja/sccache on MSVC Now that the final bug fixes have been merged into sccache we can start leveraging sccache on the MSVC builders on AppVeyor instead of relying on the ad-hoc caching strategy of trigger files and whatnot.
d75528e to
970e2a9Comparealexcrichton
commented
Apr 26, 2017
@bors: r=brson |
bors
commented
Apr 26, 2017
📌 Commit 970e2a9 has been approved by |
bors
commented
Apr 27, 2017
⌛ Testing commit 970e2a9 with merge 3fa950c... |
bors
commented
Apr 27, 2017
💔 Test failed - status-appveyor |
aidanhs
commented
Apr 27, 2017
@bors retry Appveyor network issues https://appveyor.statuspage.io/incidents/06gzq846jl9x |
bors
commented
Apr 27, 2017
⌛ Testing commit 970e2a9 with merge 0f9d66f... |
bors
commented
Apr 27, 2017
💔 Test failed - status-appveyor |
Legitimate failure, I think: |
This build is no longer a forked version with temporary bugfixes, everything should be upstreamed!
Now that the final bug fixes have been merged into sccache we can start leveraging sccache on the MSVC builders on AppVeyor instead of relying on the ad-hoc caching strategy of trigger files and whatnot.
970e2a9 to
2e72bcbComparealexcrichton
commented
Apr 27, 2017
@bors: r=brson |
bors
commented
Apr 27, 2017
📌 Commit 2e72bcb has been approved by |
…brson appveyor: Use Ninja/sccache on MSVC Now that the final bug fixes have been merged into sccache we can start leveraging sccache on the MSVC builders on AppVeyor instead of relying on the ad-hoc caching strategy of trigger files and whatnot.
bors
commented
Apr 27, 2017
appveyor: Use Ninja/sccache on MSVC Now that the final bug fixes have been merged into sccache we can start leveraging sccache on the MSVC builders on AppVeyor instead of relying on the ad-hoc caching strategy of trigger files and whatnot.
bors
commented
Apr 27, 2017
☀️ Test successful - status-appveyor, status-travis |
Pulls in mozilla/sccache@ef0d77543 to fixrust-lang#40240 again after the builds included in rust-lang#41447 forgot to include the mio fixed included in rust-lang#41076. Closesrust-lang#40240
ci: Update sccache build Pulls in mozilla/sccache@ef0d77543 to fix#40240 again after the builds included in #41447 forgot to include the mio fixed included in #41076. Closes#40240
Now that the final bug fixes have been merged into sccache we can start
leveraging sccache on the MSVC builders on AppVeyor instead of relying on the
ad-hoc caching strategy of trigger files and whatnot.