helpers/envkernel.sh: disable ccache (MR 2189)

Not extensively tested, but this shouldn't be necessary given that
you get incremental builds with envkernel and may reduce build
times.
This commit is contained in:
Newbyte 2022-06-14 21:41:23 -04:00 committed by Minecrell
parent e527a159ad
commit fe28a39f79
No known key found for this signature in database
GPG Key ID: B77CE638A6C2E562
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ set_alias_make() {
# Build make command
cmd="echo '*** pmbootstrap envkernel.sh active for $PWD! ***';"
cmd="$cmd pmbootstrap -q chroot --user --"
cmd="$cmd CCACHE_DISABLE=1"
cmd="$cmd ARCH=$arch"
if [ "$need_cross_compiler" = 1 ]; then
cmd="$cmd CROSS_COMPILE=$cross_compiler"