mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
profiles: delete ccache completely
As we do not use ccache at all, we should simply clean up ccache from all of the code, to shrink size of the SDK.
This commit is contained in:
parent
7869f54c9c
commit
942d66e678
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user