-
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] revert #78790, vendor libtest for rustc-src #79571
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
|
@bors r+ rollup=never |
📌 Commit 00de0a8 has been approved by |
⌛ Testing commit 00de0a8 with merge b909cd7ce115c409d8cfd9846372644234211f31... |
💔 Test failed - checks-actions |
@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. |
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. |
⌛ Testing commit 00de0a8 with merge bc0cabcca5ed571fb9173a3e5817b133ec565034... |
💔 Test failed - checks-actions |
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
dist
step. Since the primary motivation is for Cargo'sbuild-std
which 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.