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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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