From 1e2ebb3fe16d03056c065b774281eda121516573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Fri, 4 Sep 2020 00:08:07 +0200 Subject: [PATCH] fix(CI/macos): reduce cache size (#3427) Prevent macOS to take too much space (we are limited to 5GB in total) --- 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 9e5bb670f..b8bbf8a67 100755 --- a/apps/ci/mac/ci-compile.sh +++ b/apps/ci/mac/ci-compile.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash export CCACHE_CPP2=true -export CCACHE_MAXSIZE='5G' +export CCACHE_MAXSIZE='2G' export CCACHE_COMPRESS=1 ccache -s