doc: toolchain removal Windows 10 SDK#61973
Open
MikeMcC399 wants to merge 1 commit intonodejs:mainfrom
Open
Conversation
Collaborator
|
Review requested:
|
371881e to
0814a5b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs: #61864
semver-majorPR. Not for backporting!Situation
The Supported toolchains section of the
BUILDING.mddocument specifies:and this includes the Windows 10 SDK (10.0.19041.0) which is out of support since 2025-10-14.
Change
Update the Supported toolchains section of the
BUILDING.mddocument to remove the Windows 10 SDK:Impact should be minimal, since the Windows 11 SDK "can target Windows 11, version 25H2, in addition to previous Windows releases." See also Windows SDK System requirements.
The is however a
semver-majorchange that applies only to themainbranch and may not be backported to existing release lines. It is intended for use in the upcoming Node.js 26.x release only.(PR #61864 is the non-
semver-majorPR to flow into v25.x and be backported to v24.x.)