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

Investigate alternative sccache backend(s) to GHA #584

Closed
neysofu opened this issue Jul 31, 2023 · 1 comment
Closed

Investigate alternative sccache backend(s) to GHA #584

neysofu opened this issue Jul 31, 2023 · 1 comment
Labels
ci Everyting related to CI (Continuous integration)

Comments

@neysofu
Copy link
Member

neysofu commented Jul 31, 2023

sccache is great for speeding up compilation in CI, but it requires quite some storage space to function effectively. GHA caches, unfortunately, are limited to 10GiB and rate-limited, which make them a poor fit for sccache. We should investigate alternative backends for our CI if we want to make it even faster.

Related to #188.

@neysofu neysofu added the ci Everyting related to CI (Continuous integration) label Jul 31, 2023
@neysofu
Copy link
Member Author

neysofu commented May 2, 2024

Not needed as we're pretty happy with our current setup; we'll reevaluate if things change.

@neysofu neysofu closed this as completed May 2, 2024
@neysofu neysofu closed this as not planned Won't fix, can't repro, duplicate, stale May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Everyting related to CI (Continuous integration)
Projects
None yet
Development

No branches or pull requests

1 participant