-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 scalable jobserver. #7848
Conversation
r? @Eh2406 (rust_highfive has picked a reviewer for you, use r? to override) |
|
@Mark-Simulacrum If it is intended that -Zjobserver-per-rustc is going to be used by |
@bors: r+ |
📌 Commit 77d6a52 has been approved by |
No, I don't expect that the flag needs to be in beta, the rustc side hasn't yet landed anyway (and we're not backporting it, I'd guess). |
☀️ Test successful - checks-azure |
Bump stable version to 0.43.1 There was a hiccup where 0.43.0 was published to crates.io missing a change (#7848), see #7994 for details. It is not super critical, but in rare cases the bug can cause cargo used as a library to hang. I think bumping the version and re-publishing is relatively low-effort and low-risk. This also includes backports to appease CI: #7883 #7906 #7955.
This reverts #7731, #7829, and #7836.
This should prevent #7840 on beta. I feel more comfortable reverting this than merging #7844, since the impact is still unknown.