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:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
export CCACHE_CPP2=true
|
export CCACHE_CPP2=true
|
||||||
export CCACHE_MAXSIZE='5G'
|
export CCACHE_MAXSIZE='2G'
|
||||||
export CCACHE_COMPRESS=1
|
export CCACHE_COMPRESS=1
|
||||||
ccache -s
|
ccache -s
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user