-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Reintroduce x86 Windows support #42690
Comments
#42740 should fix the build (but CI skips it for now) |
Run 32-bit Windows CI for Node.js 19 but skip (for now) on Node.js 18. Introduce a new `gteLt` closure for exclusions between two versions. Refs: nodejs/node#42690 Refs: nodejs/node#42740 (comment) Refs: #2921
I've opened nodejs/build#2927 which should re-enable 32-bit Windows CI once master's version is bumped up to 19 after Node.js 18 is released. We'll continue to skip on Node.js 18 until the V8 backport to it is ready. |
Run 32-bit Windows CI for Node.js 19 but skip (for now) on Node.js 18. Introduce a new `gteLt` closure for exclusions between two versions. Refs: nodejs/node#42690 Refs: nodejs/node#42740 (comment) Refs: #2921
@richardlau can we close this out now? |
Yes, we restored 32-bit Windows binaries for Node.js 18 in Node.js 18.3.0. |
Assuming #42666 lands.
This should be feasible as soon as we merge V8 10.2 (or earlier if someone finds a fix).
Commits to revert:
The text was updated successfully, but these errors were encountered: