-
Notifications
You must be signed in to change notification settings - Fork 17
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
ARM64 Windows support needs tests #26
Comments
I started on this, but stopped when the existing Hello World tests (test/hello) fail due, I think, to an msbuild update. See: |
I'm working bottom up, so I've added an set GYP_MSVS_VERSION=2017
python gyptest.py -f msvs-mock test\actions-bare\gyptest-bare.py |
@jkunkee I've fixed MSVS testing with Python2 in latest master. |
With Python 2, I'm still getting
I'm not blocked, though, since I can use Python 3. Also, if it helps, the ARM64 compiler is x64 or x86, so the only thing testing ARM64 projects can't do is actually run the outputs. |
Now that support for ARM64 Windows ASM has been added, it should have accompanying tests.
See discussion here: #23
The text was updated successfully, but these errors were encountered: