Uh oh!
There was an error while loading. Please reload this page.
[beta] revert #78790, vendor libtest for rustc-src - #79571
Conversation
rust-highfive
commented
Nov 30, 2020
(rust-highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Nov 30, 2020
|
Mark-Simulacrum
commented
Nov 30, 2020
@bors r+ rollup=never |
bors
commented
Nov 30, 2020
📌 Commit 00de0a8 has been approved by |
bors
commented
Nov 30, 2020
⌛ Testing commit 00de0a8 with merge b909cd7ce115c409d8cfd9846372644234211f31... |
bors
commented
Nov 30, 2020
💔 Test failed - checks-actions |
ehuss
commented
Nov 30, 2020
@Mark-Simulacrum I think #79435 needs to be backported to beta. Should I just include it in this PR, or would you prefer a separate PR? Not sure if you are planning to roll up beta PRs together. |
Mark-Simulacrum
commented
Dec 3, 2020
I'll probably do a rollup this weekend, so I wouldn't worry about including it here -- I don't think there's any rush. |
bors
commented
Dec 4, 2020
⌛ Testing commit 00de0a8 with merge bc0cabcca5ed571fb9173a3e5817b133ec565034... |
bors
commented
Dec 4, 2020
💔 Test failed - checks-actions |
Mark-Simulacrum
commented
Dec 8, 2020
Closing in favor of #79838. |
…ulacrum [beta] backports * [beta] always disable copy_file_range to avoid EOVERFLOW errors rust-lang#79008 * Enforce no-move rule of ReentrantMutex using Pin and fix UB in stdio rust-lang#77801 * bootstrap: use the same version number for rustc and cargo rust-lang#79133 * [beta] Revert "Enable ASLR for windows-gnu" rust-lang#79141 * [beta] revert rust-lang#78790, vendor libtest for rustc-src rust-lang#79571 * Mirror centos vault to S3 rust-lang#79435 * [beta] Update cargo rust-lang#79739 This also bumps to non-dev stable compiler. r? `@ghost`
#78790 caused an issue (#79218) requiring network access for the
diststep. Since the primary motivation is for Cargo'sbuild-stdwhich is nightly only, this reverts the change on beta to give us some more time to figure out a better solution. See #79276 (comment) for more context.