mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
catalyst: re-enable ccache
Now that ccache is turned on by default in the profile portage complains a lot if ccache isn't actually installed, sleeping 5 seconds for each error message. Since pkgcache is in use ccache isn't going to make that much of a difference but getting rid of those 5 second sleeps will. :)
This commit is contained in:
parent
5416efc808
commit
0ef030051c
@ -58,7 +58,7 @@ cat <<EOF
|
|||||||
contents="auto"
|
contents="auto"
|
||||||
digests="md5 sha1 sha512 whirlpool"
|
digests="md5 sha1 sha512 whirlpool"
|
||||||
hash_function="crc32"
|
hash_function="crc32"
|
||||||
options="pkgcache"
|
options="ccache pkgcache"
|
||||||
sharedir="/usr/lib/catalyst"
|
sharedir="/usr/lib/catalyst"
|
||||||
storedir="$CATALYST_ROOT"
|
storedir="$CATALYST_ROOT"
|
||||||
distdir="$DISTDIR"
|
distdir="$DISTDIR"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user