Try bumping ccache size

This commit is contained in:
Nyall Dawson 2019-08-27 10:54:19 +10:00
parent dacfc1bde0
commit 01eb8896fb

View File

@ -6,7 +6,7 @@ set -e
# Setup ccache
##############
export CCACHE_TEMPDIR=/tmp
ccache -M 1G
ccache -M 1.2G
# Temporarily uncomment to debug ccache issues
# export CCACHE_LOGFILE=/tmp/cache.debug