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:
Michael Marineau 2015-01-08 16:17:26 -08:00
parent c6481e6aa7
commit 5c7a101bfe

View File

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