From 981ca6cd377b86b513c19bea34f482592fb690da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Sat, 19 Sep 2020 15:46:46 +0200 Subject: [PATCH] feat(CI/macOS): improve caching level (#3493) --- apps/ci/mac/ci-compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ci/mac/ci-compile.sh b/apps/ci/mac/ci-compile.sh index b8bbf8a67..b49cc413b 100755 --- a/apps/ci/mac/ci-compile.sh +++ b/apps/ci/mac/ci-compile.sh @@ -2,7 +2,7 @@ export CCACHE_CPP2=true export CCACHE_MAXSIZE='2G' -export CCACHE_COMPRESS=1 +export CCACHE_COMPRESS=9 ccache -s mkdir var/build/obj && cd var/build/obj;