-
Notifications
You must be signed in to change notification settings - Fork 199
Commit 1bc1ad6
authored
Bump the vcpkg
Fixes CORE-360.
This PR bumps the vcpkg `builtin-baseline` which causes all of our
dependencies to be updated to the most recent versions available on
vcpkg. This also lets us to remove almost all of our port overlays.
To view the full list of updated ports, you can clone vcpkg and run `git
diff ea2a964f9303270322cf3f2d51c265ba146c422d
3b9d086009cc1c2256e9c28ad44a00036fbd9b26 -- .\versions\baseline.json >
baseline.diff`. This is an abridged summary of the updated ports that we
depend on:
|Port|Old version|New version|
|----|-----------|-----------|
|aws-c-common|0.10.6|0.12.5|
|aws-sdk-cpp|1.11.474|1.11.665|
|azure-core-cpp|1.15.0|1.16.1|
|azure-identity-cpp|1.10.1|1.13.2|
|azure-storage-blobs-cpp|12.13.0|12.15.0|
|azure-storage-files-datalake-cpp|12.12.0|12.13.0|
|capnproto|1.1.0|1.2.0|
|catch2|3.8.0|3.11.0|
|curl|8.12.1|8.16.0|
|fmt|11.0.2|12.0.0|
|google-cloud-cpp|2.36.0|2.37.0|
|libwebp|1.5.0|1.6.0|
|libxml2|2.13.5|2.15.0|
|openssl|3.4.1|3.6.0|
|spdlog|1.15.2|1.16.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@3b9d086.builtin-baseline. (#5616)1 parent 32b9739 commit 1bc1ad6
File tree
76 files changed
+430
-2580
lines changed- .github/workflows
- cmake/Options
- ports
- aws-c-cal
- aws-sdk-cpp
- capnproto
- crc32c
- fmt
- s2n
- spdlog
- triplets
- test
- regression/targets
- src
- support/src
- tiledb
- api/c_api/vfs/test
- sm
- filesystem
- global_state
- serialization
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+430
-2580
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | - | ||
146 | + | ||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | - | ||
39 | + | ||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | - | ||
36 | - | ||
37 | - | ||
38 | - | ||
39 | - | ||
40 | 35 | | |
41 | - | ||
42 | - | ||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments