raulcd opened a new issue, #35964: URL: https://github.com/apache/arrow/issues/35964
### Describe the enhancement requested Currently we have to perform some disk cleanup on the default GH runners system in order to build Linux packaging jobs, otherwise we get out of space. Example of occurrences in the past: * https://github.com/apache/arrow/pull/34349#issuecomment-1445430510 * https://github.com/apache/arrow/issues/35066 * https://github.com/apache/arrow/issues/35946 On the last issue we temporary removed several things from `/usr/local/bin`, `/usr/local/share` and `/opt/hostedtoolcache`. There are some ideas for improvements proposed on this comment https://github.com/apache/arrow/pull/35947#issuecomment-1580718883 _From the comment_ Short term workarounds: 1. Use self-hosted runner like arm64 2. Disable some large components such as S3 and GCP Long term solution: 1. Build deb packages for large dependencies such as aws-sdk-cpp and google-cloud-cpp separately and use them to build our deb packages FYI: https://github.com/datafusion-contrib/datafusion-c/ provides deb packages at https://apache.jfrog.io/ui/native/arrow/ubuntu/pool/jammy/main/d/datafusion-c/ . Apache Arrow C++ dependencies can use the same approach. One more idea: https://github.com/apache/arrow/issues/35961 ### Component(s) Packaging, Release -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
