WiX: enable bootstrapping#531
Merged
Merged
Conversation
Remove the legacy SDK packaging, promote the experimental SDK to the canonical SDK. Update the rules to use a bit more whitespace to make it easier to process the sources non-progamatically. (cherry picked from commit ff7dd3e)
This adds the SxS runtime DLLs to the toolchain. This final piece will enable SxS toolchain installations as the toolchain now packages and distributes the runtime alongwith the toolchain. There is no runtime needed in the path, and we bind to this version avoiding ABI skew. (cherry picked from commit 16df22e)
The bootstrapping changes introduced a small change to the layout of the staged toolchain. Update the references to accommodate that. (cherry picked from commit db08c59)
shahmishal
approved these changes
Jun 16, 2026
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.
Cherry-pick the changes required to build the toolchain with bootstrapping support.