ci: bump CCACHE_MAXSIZE to 600M#7059
Conversation
✅ No Merge Conflicts DetectedThis PR currently has no conflicts with other open PRs. |
WalkthroughA single environment variable configuration in the GitHub Actions build workflow is modified. The Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1){guix-build*,releases,**/guix-build*,releases/**,.github/**,depends/**,ci/**,contrib/**,doc/**}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This doesn't make a ton of sense to me; why is 400M not enough? I think when I did a build, I found the cache from a single build less than or around 50M |
You are probably confusing it with depends cache which is around 50MB https://github.com/dashpay/dash/actions/caches?query=key%3Adepends, ccache one is much larger https://github.com/dashpay/dash/actions/caches?query=key%3Accache. |
|
The ccache one is much larger; but I took a new docker container, installed ccache, built and saw usage around 50MB I think |
|
Wiped ccache cache on my remote node and rebuilt
|
|
sqlite CI jobs started to fail sometimes with |
Issue being fixed or feature implemented
A simple commit like bac6bfa should result in at least 90%+ cache hit.
But it's not the case for some jobs:
~22%: https://github.com/dashpay/dash/actions/runs/20113011572/job/57715279431
~25%: https://github.com/dashpay/dash/actions/runs/20113011572/job/57715279411
What was done?
Bump CCACHE_MAXSIZE to 600M
How Has This Been Tested?
Running CI on develop twice after this change:
~94%: https://github.com/UdjinM6/dash/actions/runs/20118156411/job/57736628182
~94%: https://github.com/UdjinM6/dash/actions/runs/20118156411/job/57736628179
Breaking Changes
n/a
Checklist: