mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
feat(CI/Linux): use compression in ccache (#3425)
This commit is contained in:
@@ -5,6 +5,7 @@ set -e
|
|||||||
echo "compile core"
|
echo "compile core"
|
||||||
export CCACHE_CPP2=true
|
export CCACHE_CPP2=true
|
||||||
export CCACHE_MAXSIZE='500MB'
|
export CCACHE_MAXSIZE='500MB'
|
||||||
|
export CCACHE_COMPRESS=1
|
||||||
ccache -s
|
ccache -s
|
||||||
./acore.sh "compiler" "all"
|
./acore.sh "compiler" "all"
|
||||||
ccache -s
|
ccache -s
|
||||||
|
|||||||
Reference in New Issue
Block a user