Add sccache idea

This commit is contained in:
2026-05-04 22:40:16 +02:00
parent 1f97b5df10
commit fb7130e67a
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# Sccache
I want to try out sccache for things like Rust compilation and for CI builds.
I want to try both the basic caching and the distributed builds
## References
* [Github Repo](https://github.com/mozilla/sccache)