diff --git a/apps/ci/mac/ci-compile.sh b/apps/ci/mac/ci-compile.sh index fc0a008b5..9e5bb670f 100755 --- a/apps/ci/mac/ci-compile.sh +++ b/apps/ci/mac/ci-compile.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash export CCACHE_CPP2=true -export CCACHE_MAXSIZE='500MB' +export CCACHE_MAXSIZE='5G' +export CCACHE_COMPRESS=1 ccache -s mkdir var/build/obj && cd var/build/obj;