feat(CI/Linux): use compression in ccache (#3425)
This commit is contained in:
parent
c6d38a97f9
commit
e06dd5b156
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue