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

@@ -67,6 +67,7 @@ Name | Status | Blog Entries
[SSH Jump Host](./projects/infrastructure/ssh-jump-host.md) | - | -
[Development VMs](./projects/infrastructure/development-vms.md) | - | -
[Backup Emails](./projects/infrastructure/backup-emails.md) | - | -
[Try sccache](./projects/infrastructure/sccache.md) | - | -
## Theory Projects
Name | Status | Blog Entries

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)