-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[beta] backports #43114
[beta] backports #43114
Conversation
r? @sfackler (rust_highfive has picked a reviewer for you, use r? to override) |
This should probably include #42991 |
Instead of picking the revert, I just removed the original pick, which was unclean and didn't build. @sfackler does this look right now? |
@bors r+ |
📌 Commit 8eb074c has been approved by |
@bors: r- tidy failure :( |
Please consider including #43198 as well, otherwise the Android CI will not pass. |
📌 Commit 1bd5f76 has been approved by |
⌛ Testing commit 1bd5f760b6ac3e23585761e1d0e85384b8cf162e with merge ed4430fa5aa4f2eaa9691447f37b6e03aeb6d547... |
💔 Test failed - status-travis |
@bors: r+ |
📌 Commit 3c7823a has been approved by |
⌛ Testing commit 3c7823a with merge 4cf16477ffd6f70c9164fb8b5cbf920a45c71192... |
💔 Test failed - status-appveyor |
@bors: r+ |
📌 Commit 1d4b2e2 has been approved by |
💔 Test failed - status-travis |
(2.10.11 is released today so probably Travis's gem repository is not up to date. Spurious.) |
@bors: retry |
@bors: r+ |
📌 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
@bors: r+ |
📌 Commit 9bbf947 has been approved by |
☀️ 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.