profiles: disable ccache by default

The current stable version has a locking bug that can cause failures
when building in a chroot. The current unstable version breaks building
kernels with the hardened compiler. Just disable ccache all-together...
This commit is contained in:
Michael Marineau 2015-01-08 16:13:13 -08:00
parent 177487956b
commit 7ea6838b7a

View File

@ -73,7 +73,7 @@ PORTAGE_BUNZIP2_COMMAND="lbunzip2"
CCACHE_SIZE="2.5G"
# Always build binary packages, remove old build logs, avoid running as root.
FEATURES="buildpkg ccache clean-logs compressdebug parallel-install splitdebug
FEATURES="buildpkg clean-logs compressdebug parallel-install splitdebug
userfetch userpriv usersandbox ipc-sandbox network-sandbox
-merge-sync"