From 909c890a67330bd14836a8cad44caa655fde2552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 7 Dec 2017 16:39:18 +0100 Subject: [PATCH] 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. --- xbps-src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps-src b/xbps-src index 5d6cbb7502..8ebb730712 100755 --- a/xbps-src +++ b/xbps-src @@ -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