xbps-src: enable CCACHE_COMPRESS to save space

Using CCACHE_COMPRESS is transparent. It compresses manifests and object
files in the cache but can read both, compressed and uncompress files.
This commit is contained in:
Jürgen Buchmüller 2017-12-07 16:39:18 +01:00
parent 7824ba3e7d
commit 909c890a67
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ else
export CCACHE_DIR="$XBPS_HOSTDIR/ccache"
# Avoid not using cached files just due to compiler mtime
# changes when e.g. bootstrapping
export CCACHE_COMPILERCHECK=content
export CCACHE_COMPILERCHECK=content CCACHE_COMPRESS=1
export PATH="$CCACHEPATH:$PATH"
mkdir -p $CCACHE_DIR
fi