man-group / ArcticDB

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

Claim more disk space for wheel building #1994

Closed phoebusm closed 6 days ago

phoebusm commented 1 week ago

Reference Issues/PRs

Depended by https://github.com/man-group/ArcticDB/issues/1230

What does this implement or fix?

This is not enough disk space after upgrading cibuildwheel to v2.21.3 (for the support of python 3.12) We are using manylinux to build our wheel, so we can get rid of almost everything on the base runner image. In the long term it will be better if we can switch to self-host runner, as the new action added in this PR could break our pipeline if gh has decided to do something crazy things with the base image.

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?