-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[TODO] Provide Windows on ARM binaries #5640
Comments
No changes seem to be needed to the source any more, so this compiles directly with mingw/clang64arm: |
Currently not possible because GitHub windows arm runners are not freely available last I checked and the intel sde doesn't emulate arm. |
Ah, so crosscompiling would be possible but not a PGO build (or tests)? |
Exactly and for us to be confident in releasing a new binary I think we should at least have the possibility to run tests. |
Github supports them now, but they are only available on their paid tier. https://github.blog/changelog/2024-09-03-github-actions-arm64-linux-and-windows-runners-are-now-generally-available/ will probably take some more time for free runners to appear. |
Describe the issue
#4241
Right now there are a lot of builds on release, but no Windows on ARM binaries. It would be nice to have these both for the new Windows laptops and people using ChessBase on Macs. The compile issues should've been resolved in the above bug.
Expected behavior
Binaries for Windows ARM available.
Steps to reproduce
Go to download page.
Anything else?
No response
Operating system
Windows
Stockfish version
Trunk
The text was updated successfully, but these errors were encountered: