From f6fecb9c144319b4177896c4abfbcfa4449ed011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 6 Jun 2021 09:01:34 +0700 Subject: [PATCH] base-chroot: remove ccache from bootstrap --- srcpkgs/base-chroot/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/base-chroot/template b/srcpkgs/base-chroot/template index 78f6d0cc2a1..5003e3c3724 100644 --- a/srcpkgs/base-chroot/template +++ b/srcpkgs/base-chroot/template @@ -17,6 +17,10 @@ esac depends+=" base-files binutils gcc gcc-ada libada-devel patch sed findutils diffutils make gzip coreutils - file bsdtar ccache xbps mpfr ncurses libreadline8 + file bsdtar xbps mpfr ncurses libreadline8 chroot-bash chroot-grep chroot-gawk chroot-distcc chroot-util-linux chroot-git" + +if [ "$CHROOT_READY" ]; then + depends+=" ccache" +fi