-
Notifications
You must be signed in to change notification settings - Fork 166
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 addon tests use VS 2015 instead of VS 2017 #1978
Comments
@nodejs/platform-windows |
VS versions needed to build Node itself and native add-ons are different in Windows. This used to be explicit in We could drop support for building add-ons with VS2015, but we should try to do it in a semver major release. @targos on that CI run, the tests passed on Windows 10, which is also using VS2015. I only see errors in Windows 2016, indicating that this is probably not an issue with V8 support. |
The error appears to be caused a regression in @targos is V8 7.9 going to land in v13 or is it just being prepared for v14? It would be good to patch it to work with VS2015 if possible, but I need more time to look at this. |
I would like to land it in v13.x |
Moving the V8 discussion to nodejs/node#30020. Perhaps we should consider removing support to build add-ons with VS2015 for Node v14. |
See https://ci.nodejs.org/job/node-test-binary-windows-2/3625/
Is this a bug in node-gyp?
The text was updated successfully, but these errors were encountered: