feat: add sccache redis config

main
mandlm 2022-04-10 13:05:24 +02:00
parent 6ba64db750
commit 349c48df20
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 7 additions and 0 deletions

2
sccache/config Normal file
View File

@ -0,0 +1,2 @@
[cache.redis]
url = "redis://192.168.178.2"

5
sccache/install.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env sh
mkdir --parents ~/.config/sccache/
ln -svrf config ~/.config/sccache/config