Uh oh!
There was an error while loading. Please reload this page.
[beta] backports - #43114
Conversation
rust-highfive
commented
Jul 8, 2017
r? @sfackler (rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Jul 8, 2017
sfackler
commented
Jul 8, 2017
This should probably include #42991 |
brson
commented
Jul 13, 2017
Instead of picking the revert, I just removed the original pick, which was unclean and didn't build. @sfackler does this look right now? |
sfackler
commented
Jul 13, 2017
@bors r+ |
bors
commented
Jul 13, 2017
📌 Commit 8eb074c has been approved by |
alexcrichton
commented
Jul 13, 2017
@bors: r- tidy failure :( |
kennytm
commented
Jul 13, 2017
Please consider including #43198 as well, otherwise the Android CI will not pass. |
Mark-Simulacrum
commented
Jul 13, 2017
bors
commented
Jul 13, 2017
📌 Commit 1bd5f76 has been approved by |
bors
commented
Jul 13, 2017
⌛ Testing commit 1bd5f760b6ac3e23585761e1d0e85384b8cf162e with merge ed4430fa5aa4f2eaa9691447f37b6e03aeb6d547... |
bors
commented
Jul 13, 2017
💔 Test failed - status-travis |
alexcrichton
commented
Jul 13, 2017
@bors: r+ |
bors
commented
Jul 13, 2017
📌 Commit 3c7823a has been approved by |
bors
commented
Jul 13, 2017
⌛ Testing commit 3c7823a with merge 4cf16477ffd6f70c9164fb8b5cbf920a45c71192... |
bors
commented
Jul 13, 2017
💔 Test failed - status-appveyor |
alexcrichton
commented
Jul 13, 2017
@bors: r+ |
bors
commented
Jul 13, 2017
📌 Commit 1d4b2e2 has been approved by |
bors
commented
Jul 13, 2017
bors
commented
Jul 13, 2017
💔 Test failed - status-travis |
(2.10.11 is released today so probably Travis's gem repository is not up to date. Spurious.) |
alexcrichton
commented
Jul 13, 2017
@bors: retry |
alexcrichton
commented
Jul 13, 2017
@bors: r+ |
bors
commented
Jul 13, 2017
📌 Commit 6a47b61 has been approved by |
This matches the behaviour for finding tests in Rust files.
In theory, this will give us more disk space to work with and unblock the queue.
Notably pull in an update to the `jobserver` crate to have Cargo set the `CARGO_MAKEFLAGS` environment variable instead of the `MAKEFLAGS` environment variable.
Its git dependencies don't work when building with vendored crates, so for now it will just be removed from the workspace and disabled in the rustbuild rules. cc rust-lang#42719
alexcrichton
commented
Jul 13, 2017
@bors: r+ |
bors
commented
Jul 13, 2017
📌 Commit 9bbf947 has been approved by |
bors
commented
Jul 13, 2017
bors
commented
Jul 13, 2017
☀️ Test successful - status-appveyor, status-travis |
The pick of 143206d in cfa3b58 was not clean and needed a fair bit of surgery. It should probably be looked at closely.
Still testing locally.