vcpkg
vcpkg copied to clipboard
[boost] Update to 1.85.0
Fixes #38201
- [x] Changes comply with the maintainer guide.
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this new version.
- [x] Any fixed CI baseline entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's directory.
- [x] The version database is fixed by rerunning
./vcpkg x-add-version --all
and committing the result. - [x] Only one version is added to each modified port's versions file.
@FrankXie05 Could you help with CI? In fact CI completed successfully:
SUMMARY FOR x64-osx
SUCCEEDED: 1574
@FrankXie05 Could you help with CI? In fact CI completed successfully:
SUMMARY FOR x64-osx SUCCEEDED: 1574
Yes, re-run failed CI.
@Neumann-A What's the difference between this PR and #38523?
@data-queue this pr is based on the old and removed b2 build of boost. My pr is made for the cmake build.
Merged with master by @Neumann-A in https://github.com/microsoft/vcpkg/pull/38523 Thanks!