-
-
Notifications
You must be signed in to change notification settings - Fork 818
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
Conversation
I think LuaJIT doesn't support arm64, might have to take that off. |
LuaJIT does support arm64, see LuaJIT/LuaJIT#593 |
@SirLynix Well i just tried it on a Surface tablet and it won't run so I have to debug it :D |
@waruqi It'd be nice to have the native ARM64 version working in the next release before v3.0. |
we need to upload to artifacts/releases on ci, and fix all ci errors |
Let me know if you need testing on windows arm64 hardware |
I have no windows arm64 device. |
I'm assuming xmake uses a version based on |
@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 |
Upgrading Luajit requires a lot of changes and I don't have time to upgrade it for the moment. |
We cannot test it on ci. |
Windows x64 cannot emulate ARM64 .exe files (it's the other way around) Free ARM64 CI images for Windows will be available very soon |
we can skip luajit test for win/arm64 first. because I have no time to update and fix it. or you can try to update luajit. |
@waruqi Does the release version use luajit or regular lua? |
lua now |
The x64 version runs under emulation, but won't use HostARM64 tools, having a native arm version would make more sense.
xmake-winarm64.zip