-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support for windows arm64 cmake? #165
Comments
@hjyamauchi please test this out: #166 |
@lukka That worked for me! It'd be great if you can merge it. |
@hjyamauchi, could you provide some evidence to show how it worked? Specifically, I'd like to confirm that the ARM64 executable was run instead of the x64 version. Verifying this would be easier with a hosted ARM64 agent, but since there isn't one available (as far as I know), I'd appreciate seeing some log excerpts or other details before we proceed with the change. Thanks! |
@lukka I tested it in an internal CI running on a self-hosted win/arm64 runner that needs to override the version of cmake due to a cmake bug based on my fork of Here's what the workflow step looks like:
Here's the raw log:
|
@hjyamauchi ok, could you please test |
@lukka It worked fine in the same setup.
|
@hjyamauchi thank you for the support and suggestion! |
@lukka Thank you for adding this support. Highly appreciate! |
Hi @lukka,
Is there a chance that the windows arm64 cmake packages are added to the catalog?
For example, https://github.com/Kitware/CMake/releases/tag/v3.28.6 has https://github.com/Kitware/CMake/releases/download/v3.28.6/cmake-3.28.6-windows-arm64.zip
Thanks,
Hiroshi
The text was updated successfully, but these errors were encountered: