Skip to content
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

Bump the vcpkg builtin-baseline. #5430

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

teo-tsirpanis
Copy link
Member

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:

Port Old version New version
aws-sdk-cpp 1.11.352 1.11.474
azure-core-cpp 1.13.0 1.14.1
azure-identity-cpp 1.8.0 1.10.1
azure-storage-blobs-cpp 12.11.0 12.13.0
azure-storage-common-cpp 12.6.0 12.9.0
catch2 3.6.0 3.8.0
capnproto 1.0.2 1.1.0
curl 8.8.0 8.11.0
fmt 10.2.1 11.0.2
google-cloud-cpp 2.26.0 2.34.0
libmagic 5.45 5.46
libwebp 1.4.0 1.5.0
libxml2 2.11.8 2.13.5
openssl 3.3.1 3.4.0
spdlog 1.14.1 1.15.0

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:

  • If you are using a cloned vcpkg repository and specified to the Core either a custom toolchain file, or the VCPKG_ROOT environment variable, update the vcpkg repository to the latest available commit, and try configuring again.
  • If you rely on the Core's build system to automatically download vcpkg (the default case), try deleting 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.

@teo-tsirpanis teo-tsirpanis force-pushed the teo/bump-vcpkg-baseline branch from 71f0963 to 7fd01e1 Compare January 23, 2025 17:52
@teo-tsirpanis teo-tsirpanis force-pushed the teo/bump-vcpkg-baseline branch from dd4abb1 to a0c11b5 Compare January 23, 2025 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant