-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Promote aarch64-pc-windows-msvc to Tier 1 #145682
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
Conversation
This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp.
Some changes occurred in src/doc/rustc/src/platform-support
cc @Noratrieb
Don't forget to update the target value:
r? @Noratrieb maybe?
Noratrieb
is not on the review rotation at the moment.
They may take a while to respond.
61d8bf2
to
0a5383c
Compare
These commits modify compiler targets.
(See the Target Tier Policy.)
Don't forget to update the target value:
tier: Some(2),
Thanks! I did this change based on the aarch64-darwin
promotion, but I guess this is new?
Looks like infra failures in the CI job?
The job was not acquired by Runner of type hosted even after multiple attempts
Githuh had an outage earlier
Ping...
r? jieyouxu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I double-checked against other Tier 1 promotions, the CI setup and miri docs/CI. Looks right to me.
@bors r+ rollup
Promote aarch64-pc-windows-msvc to Tier 1 Per <rust-lang/rfcs#3817> Tracking issue: <rust-lang#145671>
Rollup of 5 pull requests Successful merges: - #145682 (Promote aarch64-pc-windows-msvc to Tier 1) - #145690 (Implement Integer funnel shifts) - #146119 (compiletest: Implement an experimental `--new-output-capture` mode) - #146168 (Update bootstrap's dependencies to remove winapi and old windows-sys) - #146182 (Don't require next-solver `ProbeRef` to be `Copy`) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #145682 - dpaoliello:arm64tier1, r=jieyouxu Promote aarch64-pc-windows-msvc to Tier 1 Per <rust-lang/rfcs#3817> Tracking issue: <#145671>
Per rust-lang/rfcs#3817
Tracking issue: #145671