-
Notifications
You must be signed in to change notification settings - Fork 16.2k
fix: add patch to node for native module size issue on windows #20614
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
Conversation
Release Notes Persisted
|
I was unable to backport this PR to "6-0-x" cleanly; |
I was unable to backport this PR to "5-0-x" cleanly; |
I was unable to backport this PR to "7-0-x" cleanly; |
Will create manual backports by EOD. |
@deepak1556 has manually backported this PR to "7-0-x", please check out #20626 |
@deepak1556 has manually backported this PR to "6-0-x", please check out #20627 |
@deepak1556 has manually backported this PR to "5-0-x", please check out #20628 |
Description of Change
Fixes #18670
On a longer term to prevent these kinds of issue, nodejs/node-gyp#1118 should be addressed and will take sometime for me to address it. Landing this as a temporary patch.
Checklist
npm test
passesRelease Notes
Notes: fix native modules size increase with VC++ and node 12 on windows