pitrou opened a new issue, #51254: URL: https://github.com/apache/arrow/issues/51254
### Describe the bug, including details regarding any error messages, version, and platform. The `test-ubuntu-24.04-cpp-bundled-offline` Crossbow job usually takes one hour to complete: https://github.com/ursacomputing/crossbow/actions/runs/34175056969/job/101902703505 This is because, despite sccache being configured, the S3-stored compilation cache is unavailable because the network is shut off during compilation. In addition to that, the job compiles all dependencies from scratch. We should find a way to have a working compilation cache during that job. (or perhaps we can simply remove the job?) ### Component(s) Continuous Integration, C++ -- 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]
