feat: add sccache redis config
This commit is contained in:
parent
6ba64db750
commit
349c48df20
2 changed files with 7 additions and 0 deletions
2
sccache/config
Normal file
2
sccache/config
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[cache.redis]
|
||||||
|
url = "redis://192.168.178.2"
|
5
sccache/install.sh
Executable file
5
sccache/install.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
mkdir --parents ~/.config/sccache/
|
||||||
|
ln -svrf config ~/.config/sccache/config
|
||||||
|
|
Loading…
Reference in a new issue