-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
[dev-nightly] Testing out rustc-dev #65453
[dev-nightly] Testing out rustc-dev #65453
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).
(rust_highfive has picked a reviewer for you, use r? to override) |
|
@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. |
📌 Commit 7ccf492 has been approved by |
@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. |
☀️ Test successful - checks-azure |
Kicked off the release process on this. |
Release available on |
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