-
-
Notifications
You must be signed in to change notification settings - Fork 307
Support windows-11-arm #750
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
base: master
Are you sure you want to change the base?
Conversation
Please note that this PR is still working in progress. It's currently at a point that installing ruby and jruby would work, but installing native extensions will fail because additional msys2 related updates are needed. |
@MSP-Greg @larskanis I can start working on a PR for that, but I'd like to hear your thoughts. |
665568a
to
b3570f7
Compare
Thanks to notify me about the new Windows on ARM64 runners!
This shouldn't be too difficult. Since the same MSYS2 x64 executables are used on arm64 as on x64, the There is no need to select distinct packages regarding |
Not that easy. The way |
This PR is ready for review. The tests are failing because other linked PRs are required. Also there is a chicken-and-egg problem with this PR and ruby/setup-msys2-gcc#21, which has a few ways to get worked around. The ways I get it solved in my own forks is that:
|
GitHub Actions recently added new windows-11-arm runner for OSS: https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/
This PR and the following adds support for windows-11-arm: