[dev-nightly] Testing out rustc-dev#65453
Merged
bors merged 3 commits intorust-lang:to-be-dev-nightlyfrom Oct 16, 2019
Merged
Conversation
This splits out a rustc-dev component with the compiler crates, and keeps the status quo of default installed files on nightly. The default changing to not install compiler libraries by default is left for a future pull request. However, on stable and beta, this does remove the compiler libraries from the set of libraries installed by default, as they are never needed there (per our stability story, they "cannot" be used).
Contributor
|
(rust_highfive has picked a reviewer for you, use r? to override) |
Contributor
|
Member
Author
|
@bors rollup=never r+ This is per a conversation on Discord. We will "waste" a CI cycle on this but that's largely unavoidable. Self-approving as we are not merging into an official branch. |
Collaborator
|
📌 Commit 7ccf492 has been approved by |
Member
Author
|
@bors p=1 Since we would like to get these results sooner rather than later to enable testing and hopefully get the wins into beta at least. |
Collaborator
Collaborator
|
☀️ Test successful - checks-azure |
Member
|
Kicked off the release process on this. |
Member
|
Release available on |
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.
This PR targets a non-official branch such that we can run full CI and eventually build a nightly from the branch on dev-static; this will hopefully allow us to iron out kinks prior to merging this PR's commits into master proper.
cc #64823 and #65337