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:
parent
e1e8cc1bf5
commit
f11ddc6575
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue