feat: add sccache redis config
parent
6ba64db750
commit
349c48df20
|
@ -0,0 +1,2 @@
|
|||
[cache.redis]
|
||||
url = "redis://192.168.178.2"
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
mkdir --parents ~/.config/sccache/
|
||||
ln -svrf config ~/.config/sccache/config
|
||||
|
Loading…
Reference in New Issue