mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 21:16:57 +02:00
catalyst: Disable ccache
It provides no value when it works, and it's randomly causing failures to build toolchains due to permissions problems after certain releases. This also requires taking it out of FEATURES in the portage profile (which is the SDK profile by default). Test Jenkins runs of SDK and toolchains jobs both ran in the same time as with ccache enabled.
This commit is contained in:
parent
575f7cdf63
commit
09e3c49811
@ -58,7 +58,7 @@ cat <<EOF
|
||||
contents="auto"
|
||||
digests="md5 sha1 sha512 whirlpool"
|
||||
hash_function="crc32"
|
||||
options="ccache pkgcache"
|
||||
options="pkgcache"
|
||||
sharedir="/usr/lib/catalyst"
|
||||
storedir="$CATALYST_ROOT"
|
||||
distdir="$DISTDIR"
|
||||
|
Loading…
Reference in New Issue
Block a user