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.
SC-61959
This PR bumps the vcpkg
builtin-baseline
which causes all of our dependencies to be updated to the most recent versions available on vcpkg. Some of our custom ports are no longer needed and were removed as well.To view the full list of updated ports, you can clone vcpkg and run
git diff 7aeffc91033ad35cc4e2c152f213a866ec6c11ac 01be99fec01f777c4113ceea192a45115c69cdb7 -- .\versions\baseline.json > baseline.diff
. This is an abridged summary of the updated ports that we depend on:The bump to the baseline might cause configure errors due to the vcpkg repository being out of date In this case, try one of the following things:
VCPKG_ROOT
environment variable, update the vcpkg repository to the latest available commit, and try configuring again.build/_deps
and configure again. If it doesn't work, try performing a clean build.Let me know if any additional testing is required.
TYPE: BUILD
DESC: Update vcpkg version baseline to microsoft/vcpkg@101cc9a.