Merge pull request #933 from kinvolk/dongsu/delete-ccache

profiles: delete ccache completely
This commit is contained in:
Dongsu Park 2021-08-06 11:36:19 +02:00 committed by GitHub
commit 82b0bb1bf0
4 changed files with 0 additions and 13 deletions

View File

@ -18,7 +18,6 @@ RDEPEND="${RDEPEND}
app-admin/sudo app-admin/sudo
sys-apps/less sys-apps/less
dev-embedded/u-boot-tools dev-embedded/u-boot-tools
dev-util/ccache
dev-util/crosutils dev-util/crosutils
!arm64? ( sys-boot/syslinux ) !arm64? ( sys-boot/syslinux )
sys-devel/crossdev sys-devel/crossdev

View File

@ -79,14 +79,6 @@ LINGUAS="en"
PORTAGE_BZIP2_COMMAND="lbzip2" PORTAGE_BZIP2_COMMAND="lbzip2"
PORTAGE_BUNZIP2_COMMAND="lbunzip2" PORTAGE_BUNZIP2_COMMAND="lbunzip2"
# Compression allows keeping a much more complete cache, otherwise the
# kernel alone will eat 1.2GB instead of 455MB. Using /var/tmp/ccache
# instead of ${ROOT}/var/tmp/ccache enables sharing results across
# setup_board --force and between different boards of the same arch.
CCACHE_COMPRESS=1
CCACHE_COMPILERCHECK=content
CCACHE_DIR="/var/tmp/ccache"
# Always build binary packages, remove old build logs, avoid running as root. # Always build binary packages, remove old build logs, avoid running as root.
FEATURES="buildpkg clean-logs compressdebug parallel-install splitdebug FEATURES="buildpkg clean-logs compressdebug parallel-install splitdebug
userfetch userpriv usersandbox ipc-sandbox network-sandbox userfetch userpriv usersandbox ipc-sandbox network-sandbox

View File

@ -13,9 +13,6 @@ QEMU_SOFTMMU_TARGETS="x86_64 i386 aarch64"
# For cross build support. # For cross build support.
QEMU_USER_TARGETS="aarch64" QEMU_USER_TARGETS="aarch64"
# Disable ccache in the SDK so it stops randomly breaking catalyst.
FEATURES="-ccache"
# add cros_host to bootstrapping USE flags so SDK / toolchains bootstrapping # add cros_host to bootstrapping USE flags so SDK / toolchains bootstrapping
# will use vim's vimrc instead of baselayouts', # will use vim's vimrc instead of baselayouts',
BOOTSTRAP_USE="$BOOTSTRAP_USE cros_host" BOOTSTRAP_USE="$BOOTSTRAP_USE cros_host"

View File

@ -2,7 +2,6 @@ coreos-base/update_engine delta_generator
dev-vcs/git pcre dev-vcs/git pcre
dev-util/catalyst ccache
dev-lang/python sqlite dev-lang/python sqlite
dev-lang/rust rustfmt dev-lang/rust rustfmt