Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Use sccache with a cloud storage #1719

Closed
royjacobson opened this issue Aug 21, 2023 · 1 comment
Closed

CI: Use sccache with a cloud storage #1719

royjacobson opened this issue Aug 21, 2023 · 1 comment
Labels
CI Related to our CI pipelines enhancement New feature or request

Comments

@royjacobson
Copy link
Contributor

We currently use ccache to speed up compilation but it's limited by the fact that we cannot share artifacts between different PRs.

We should switch to sccache and set up a bucket backend on GCS.
See https://github.com/mozilla/sccache/blob/main/docs/Gcs.md for details.

We'd need to set up either a TTL or a size limit on the bucket. 40GB sounds reasonable if we put a size limit.

@royjacobson royjacobson added enhancement New feature or request CI Related to our CI pipelines labels Aug 21, 2023
@romange
Copy link
Collaborator

romange commented Aug 25, 2023

fixed by #1738

@romange romange closed this as completed Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Related to our CI pipelines enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants