From e06dd5b15630bbb6687ecb23d0d16c38fc76f10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Wed, 2 Sep 2020 22:06:11 +0200 Subject: [PATCH] feat(CI/Linux): use compression in ccache (#3425) --- apps/ci/ci-compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ci/ci-compile.sh b/apps/ci/ci-compile.sh index 2ac3b70d7..4058fb20e 100755 --- a/apps/ci/ci-compile.sh +++ b/apps/ci/ci-compile.sh @@ -5,6 +5,7 @@ set -e echo "compile core" export CCACHE_CPP2=true export CCACHE_MAXSIZE='500MB' +export CCACHE_COMPRESS=1 ccache -s ./acore.sh "compiler" "all" ccache -s