Release vcpkg-tool 2026-02-21.#50068
Merged
BillyONeal merged 4 commits intomicrosoft:masterfrom Feb 26, 2026
Merged
Conversation
https://github.com/microsoft/vcpkg-tool/releases/tag/2026-02-17 Meaningful changes: * Test/fix internal dependencies in top level manifest. by @dg0yt in microsoft/vcpkg-tool#1890 * dependencies.cpp optimizations by @dg0yt in microsoft/vcpkg-tool#1891 * Switch default Ninja minimal version to a reasonable value by @cqundefine in microsoft/vcpkg-tool#1897 * Install files in parallel, redux by @BillyONeal in microsoft/vcpkg-tool#1896 * [tools] Fix missing executable permission on downloaded tools for Unix by @zynfly in microsoft/vcpkg-tool#1911 * Use libcurl rather than curl command line by @BillyONeal in microsoft/vcpkg-tool#1906 * Deduplicate "additional_file" in abi info. by @BillyONeal in microsoft/vcpkg-tool#1914 * Clamp invalid elapsed time instead of crashing in track_elapsed_us by @clee704 in microsoft/vcpkg-tool#1918
Member
Author
|
Hmmm looks like there will be at least one more change we have to make :( |
Member
Author
|
The crash is caused by vcpkg-inside-vcpkg-inside-vcpkg where |
BillyONeal
added a commit
to BillyONeal/vcpkg-tool
that referenced
this pull request
Feb 19, 2026
This should fix the crash we observed trying to do a tool release where vcpkg install invokes vcpkg x-download invokes vcpkg z-upload-metrics microsoft/vcpkg#50068 (comment)
92d0a75 to
94e801d
Compare
Member
Author
|
I killed the prbuild run because it looked like it was almost a world-rebuild for Linux and Android (probably due to microsoft/vcpkg-tool#1897 ) and I submitted an actual world rebuild https://dev.azure.com/vcpkg/public/_build/results?buildId=127556&view=results so there was no need to burn 4 VMs for a day |
Member
Author
|
sentry-native fixed by #50146 |
Member
Author
|
intelrdfpmathlib was fixed by #50083 |
vicroms
approved these changes
Feb 26, 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.
https://github.com/microsoft/vcpkg-tool/releases/tag/2026-02-17
... hotfixed as https://github.com/microsoft/vcpkg-tool/releases/tag/2026-02-21
Meaningful changes:
Thank you @dg0yt @cqundefine @zynfly and @clee704