We are using the travis cache to speed up builds. However, the caches are quite large. They are in the order of 11 GBs for each branch and each pull request, which puts the total usage we put on travis in the order of Terabytes. They don’t charge us for cache space, but I believe it still slows down our builds.
Our ccache size is limited to 100 Mb.
However, some build don’t pick up this setting.
https://travis-ci.org/github/bitcoin/bitcoin/jobs/675498487#L3995
Useful skills:
Basic understanding of the Bitcoin Core ci system, travis, ccache and our build system.
Want to work on this issue?
The purpose of the good first issue
label is to highlight which issues are suitable for a new contributor without a deep understanding of the codebase.
You do not need to request permission to start working on this. You are encouraged to comment on the issue if you are planning to work on it. This will help other contributors monitor which issues are actively being addressed and is also an effective way to request assistance if and when you need it.
For guidance on contributing, please read CONTRIBUTING.md before opening your pull request.