-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bootstrap compiler update #92887
Bootstrap compiler update #92887
Conversation
This comment has been minimized.
This comment has been minimized.
@pietroalbini Are you expecting to fix the CI failures here? At minimum it looks like this needs to adjust https://github.com/rust-lang/rust/blob/master/src/bootstrap/builder.rs#L991 as well, though I doubt that's the cause of the CI errors. |
I'll probably get to it on Friday, if you can do it earlier feel free to! |
75cc4f5
to
7baa881
Compare
Updated to the latest beta (with CVE-2222-21658 fixed) and removed a few cfgs I missed. The errors are still there though, which I believe are caused by:
Still, I can't figure out why they're happening :( |
This comment has been minimized.
This comment has been minimized.
For the record, this is blocked on rust-lang/cargo#10324 and the subsequent backport. |
#93306 landed, so he fix should be in the next beta (tonight?). Let me know if you run into any other problems. |
7baa881
to
5b3462c
Compare
@Mark-Simulacrum ok this is ready for review, the Cargo issue seems to be fixed. |
@bors r+ rollup=iffy |
📌 Commit 5b3462c has been approved by |
Rollup of 5 pull requests Successful merges: - rust-lang#92887 (Bootstrap compiler update) - rust-lang#92908 (Render more readable macro matcher tokens in rustdoc) - rust-lang#93183 (rustdoc: mobile nav fixes) - rust-lang#93192 (Add VS 2022 into error message) - rust-lang#93475 (Add test to ensure that theme is applied correctly when going back in history) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
r? @Mark-Simulacrum