base-chroot: remove ccache from bootstrap

This commit is contained in:
Đoàn Trần Công Danh 2021-06-06 09:01:34 +07:00 committed by Đoàn Trần Công Danh
parent b680d0ca90
commit f6fecb9c14
1 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,10 @@ esac
depends+=" depends+="
base-files binutils gcc gcc-ada libada-devel base-files binutils gcc gcc-ada libada-devel
patch sed findutils diffutils make gzip coreutils 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-bash chroot-grep chroot-gawk chroot-distcc
chroot-util-linux chroot-git" chroot-util-linux chroot-git"
if [ "$CHROOT_READY" ]; then
depends+=" ccache"
fi