-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
build: drop experimental support for Windows <10 #54079
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
V8 now uses Windows APIs that are not available in older Windows versions.
|
Review requested:
|
|
@nodejs/platform-windows |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54079 +/- ##
==========================================
- Coverage 87.16% 87.15% -0.01%
==========================================
Files 643 643
Lines 181683 181694 +11
Branches 34957 34953 -4
==========================================
- Hits 158362 158361 -1
- Misses 16605 16609 +4
- Partials 6716 6724 +8
|
RafaelGSS
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I assume it shouldn't be backported to v20 (LTS), right?
Regardless, should we mention it on CHANGELOG (notable-change)?
|
Let's make it major. We don't need to backport anywhere. |
|
Landed in a5decd4 |
V8 now uses Windows APIs that are not available in older Windows
versions.
Fixes the V8 12.8 build (#54077):
https://ci.nodejs.org/job/node-compile-windows-debug/22986/nodes=win-vs2022/