Skip to content

Add Windows 11 arm support to ci #524

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mcbarton
Copy link
Contributor

This PR should hopefully fix #522 . According to https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/ Windows arm Github runners are now available for free for public repositories. Therefore I have added them to wasi-sdks ci.

@mcbarton
Copy link
Contributor Author

mcbarton commented Apr 17, 2025

@mcbarton mcbarton force-pushed the Add-Windows-11-arm-ci branch 2 times, most recently from da8dbbf to 722738a Compare April 20, 2025 16:53
@mcbarton
Copy link
Contributor Author

@sbc100 can you manually rerun the failing workflow jobs? The 2 failing jobs are due an issue with the runners internet connection when the job started (see error in output messages in workflow runs). Rerunning the failed jobs they should pass, and then this PR is ready for review.

@alexcrichton
Copy link
Collaborator

I hit retry

@mcbarton
Copy link
Contributor Author

mcbarton commented May 7, 2025

@alexcrichton @sbc100 this PR is ready for review.

shell: bash
- name: Install cargo (Windows-arm)
run: choco install rust
if: matrix.os == 'windows-11-arm'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed on arm-windows, only? Maybe worth a comment?

Copy link
Contributor Author

@mcbarton mcbarton May 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I remember correctly its because the Windows arm runners don't come with rust by default (see https://github.com/actions/partner-runner-images/blob/main/images/arm-windows-11-image.md) , but the x86 ones do (see https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md ). Would this comment in the action.yml file suffice?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes a comment right here seems like a good idea.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

mcbarton and others added 2 commits May 8, 2025 19:07
@mcbarton mcbarton force-pushed the Add-Windows-11-arm-ci branch from 35481b1 to 86ba733 Compare May 8, 2025 18:07
@mcbarton
Copy link
Contributor Author

mcbarton commented May 8, 2025

@sbc100 There appears to be an internet connection issue with the Github runners in the ci at the moment. If you manually rerun the workflow later it should pass.

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.

windows arm64 release
3 participants