mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 10:22:12 +01:00
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:
parent
177487956b
commit
7ea6838b7a
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user