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:
David Michael 2018-03-05 17:58:25 -05:00
parent 575f7cdf63
commit 09e3c49811

View File

@ -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"