-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add Arm64 Windows CI jobs #15790
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
Add Arm64 Windows CI jobs #15790
Conversation
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.
Blocked on waiting for RFC being merged, but thanks anyway!
The RFC has been merged 🎉 |
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!
Looks like
|
See https://rust-lang.zulipchat.com/#narrow/channel/246057-t-cargo/topic/.60build-std.60.20test.20failure/with/535198413 and rust-lang/rust#145619. Will be fixed tomorrow when new nightly is out I believe. |
There are some changes that are needed before this can be merged. I'm not sure what changed in the past three weeks (maybe 1.89?).
|
Where did you see that Eric? The current master didn't fail. |
I ran it locally, but also https://triage.rust-lang.org/gha-logs/rust-lang/rust/48570988075#2025-08-21T12:21:45.8237728Z |
I seee. We don't run clippy in every platforms. That is way. I'll fix that. |
The
aarch64-pc-windows-msvc
target is on the path to being promoted to Tier 1: rust-lang/rfcs#3817Adding Arm64 Windows runners will catch any potential issues in Cargo before changes are merged in, instead of waiting for the Cargo submodule to be updated.