Skip to content
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 Arm64EC to the list of architectures to check #424

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

dpaoliello
Copy link
Contributor

The arm64ec-pc-windows-msvc target has been promoted to tier 2, so now that there is a prebuilt standard library available for it add it to the list of architectures to check during CI.

@programmerjake

This comment was marked as resolved.

@dpaoliello
Copy link
Contributor Author

do note that where you added it just runs cargo clippy on it, if you wanted to actually run tests, you'll need to add it to the cross section (edit: nevermind, those are for linux)

GitHub just got ARM64 runner support, so we may want to start running the Windows and Linux ARM64 tests on native hardware instead of using cross.

But, yes, for now just adding this to the list of arches to run clippy.

@calebzulawski calebzulawski merged commit c79585c into rust-lang:master Jun 15, 2024
65 checks passed
@dpaoliello dpaoliello deleted the checkarm64ec branch June 17, 2024 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants