-
Notifications
You must be signed in to change notification settings - Fork 167
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
Windows release job failing on vs2015-x86 #669
Comments
This was tracked and fixed for x64 in nodejs/v8#4 . We don't have 32 bit builds in the test CI because we don't have real 32 bit VMs, but this issue makes a very good case for adding WoW64 somewhere in the matrix. |
Is it possible to pass |
Yes, that's even how we do the x86 releases. But we don't have 32 bit machines to test a 32 bit node.exe natively, WoW64 will have to do. |
Added a x86 build to the test matrix to
|
This seems to have failed the most recent couple of nightly builds. Looks like it passed on an earlier one (Mar 23)
https://ci-release.nodejs.org/job/iojs+release/
The text was updated successfully, but these errors were encountered: