mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 16:26:08 +00:00
fix(CI/macOS): ccache issue (#3389)
* fix(CI/macOS): ccache issue * Update ci-compile.sh * Update ci-compile.sh * chore: set cache limit to 5G Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user