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:
Francesco Borzì
2020-08-31 17:50:30 +02:00
committed by GitHub
parent e1e8cc1bf5
commit f11ddc6575

View File

@@ -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;