feat(CI/Linux): use compression in ccache (#3425)

This commit is contained in:
Francesco Borzì
2020-09-02 22:06:11 +02:00
committed by GitHub
parent c6d38a97f9
commit e06dd5b156

View File

@@ -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