[beta] revert #78790, vendor libtest for rustc-src#79571
Closed
ehuss wants to merge 1 commit intorust-lang:betafrom
Closed
[beta] revert #78790, vendor libtest for rustc-src#79571ehuss wants to merge 1 commit intorust-lang:betafrom
ehuss wants to merge 1 commit intorust-lang:betafrom
Conversation
Contributor
|
(rust-highfive has picked a reviewer for you, use r? to override) |
Contributor
|
Member
|
@bors r+ rollup=never |
Collaborator
|
📌 Commit 00de0a8 has been approved by |
Collaborator
|
⌛ Testing commit 00de0a8 with merge b909cd7ce115c409d8cfd9846372644234211f31... |
Collaborator
|
💔 Test failed - checks-actions |
Contributor
Author
|
@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. |
Member
|
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. |
Collaborator
|
⌛ Testing commit 00de0a8 with merge bc0cabcca5ed571fb9173a3e5817b133ec565034... |
Collaborator
|
💔 Test failed - checks-actions |
Merged
Member
|
Closing in favor of #79838. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Dec 8, 2020
…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`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#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.