Building without using the vcpkg binary cache now leads to compilation errors. These packages need to be updated:
boost-modular-build-helper (affects windows only on the newest MSVS 2022 > 17.9)
mongo-cxx-driver affects both linux and windows
mongo-c-driver (because mongo-cxx-driver depends on it)
rapidcheck affects both linux and windows
libbson
google-bench
GCC's -Werror flagged some warnings as errors. Those are fixed as well.
What does this implement or fix?
Any other comments?
Checklist
Checklist for code changes...
- [ ] Have you updated the relevant docstrings, documentation and copyright notice?
- [ ] Is this contribution tested against [all ArcticDB's features](../docs/mkdocs/docs/technical/contributing.md)?
- [ ] Do all exceptions introduced raise appropriate [error messages](https://docs.arcticdb.io/error_messages/)?
- [ ] Are API changes highlighted in the PR description?
- [ ] Is the PR labelled as enhancement or bug so it appears in autogenerated release notes?
Reference Issues/PRs
Building without using the vcpkg binary cache now leads to compilation errors. These packages need to be updated:
GCC's -Werror flagged some warnings as errors. Those are fixed as well.
What does this implement or fix?
Any other comments?
Checklist
Checklist for code changes...
- [ ] Have you updated the relevant docstrings, documentation and copyright notice? - [ ] Is this contribution tested against [all ArcticDB's features](../docs/mkdocs/docs/technical/contributing.md)? - [ ] Do all exceptions introduced raise appropriate [error messages](https://docs.arcticdb.io/error_messages/)? - [ ] Are API changes highlighted in the PR description? - [ ] Is the PR labelled as enhancement or bug so it appears in autogenerated release notes?