fix(CI/macos): reduce cache size (#3427)
Prevent macOS to take too much space (we are limited to 5GB in total)
This commit is contained in:
parent
203b8476e5
commit
1e2ebb3fe1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export CCACHE_CPP2=true
|
||||
export CCACHE_MAXSIZE='5G'
|
||||
export CCACHE_MAXSIZE='2G'
|
||||
export CCACHE_COMPRESS=1
|
||||
ccache -s
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue