mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
catalyst: disable ccache and autoresume
Disable ccache as it is causing issues in other builds so disable it everywhere to be safe. Disable the autoresume feature because our build process doesn't actually make use of it.
This commit is contained in:
parent
c6481e6aa7
commit
5c7a101bfe
@ -58,7 +58,7 @@ cat <<EOF
|
||||
contents="auto"
|
||||
digests="md5 sha1 sha512 whirlpool"
|
||||
hash_function="crc32"
|
||||
options="autoresume ccache pkgcache"
|
||||
options="pkgcache"
|
||||
sharedir="/usr/lib/catalyst"
|
||||
storedir="$CATALYST_ROOT"
|
||||
distdir="$DISTDIR"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user