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 native Windows on ARM64 builds for CI #6056

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

ifarbod
Copy link
Contributor

@ifarbod ifarbod commented Jan 11, 2025

The x64 version runs under emulation, but won't use HostARM64 tools, having a native arm version would make more sense.

xmake-winarm64.zip

@ifarbod
Copy link
Contributor Author

ifarbod commented Jan 11, 2025

I think LuaJIT doesn't support arm64, might have to take that off.

@SirLynix
Copy link
Member

LuaJIT does support arm64, see LuaJIT/LuaJIT#593

@ifarbod
Copy link
Contributor Author

ifarbod commented Jan 11, 2025

@SirLynix Well i just tried it on a Surface tablet and it won't run so I have to debug it :D

@ifarbod
Copy link
Contributor Author

ifarbod commented Jan 11, 2025

@waruqi It'd be nice to have the native ARM64 version working in the next release before v3.0.

@waruqi
Copy link
Member

waruqi commented Jan 11, 2025

we need to upload to artifacts/releases on ci, and fix all ci errors

@ifarbod
Copy link
Contributor Author

ifarbod commented Jan 11, 2025

Let me know if you need testing on windows arm64 hardware

@waruqi
Copy link
Member

waruqi commented Jan 11, 2025

I have no windows arm64 device.

@qudix
Copy link
Contributor

qudix commented Jan 11, 2025

I'm assuming xmake uses a version based on luajit-v2.1.0-beta3 which is 3 years before they added support for windows arm64

@ifarbod
Copy link
Contributor Author

ifarbod commented Jan 11, 2025

@waruqi If you have an Apple Silicone Mac, you can install Parallels or VirtualBox on it, they can run Windows 11 or Server 2025 ARM64

@waruqi
Copy link
Member

waruqi commented Jan 12, 2025

Upgrading Luajit requires a lot of changes and I don't have time to upgrade it for the moment.

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.

4 participants