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++
Describe the bug, including details regarding any error messages, version, and platform.
The
test-ubuntu-24.04-cpp-bundled-offlineCrossbow 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++