man-group / ArcticDB

ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
http://arcticdb.io
Other
1.23k stars 79 forks source link

Pin Windows CI to VS 17.9.7 toolset as runner image update has build failures #1611

Closed muhammadhamzasajjad closed 3 weeks ago

muhammadhamzasajjad commented 3 weeks ago

The new GH runner release 20240603.1 requires minimum 14.40 for MSVC toolset.

Set VS2022 BuildTools to 17.9.7 as version 17.10 is busted with several dependencies.

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?