diff --git a/README.md b/README.md index df671e9..6934066 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/projects/infrastructure/sccache.md b/projects/infrastructure/sccache.md new file mode 100644 index 0000000..633e646 --- /dev/null +++ b/projects/infrastructure/sccache.md @@ -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)