Skip to content

Commit 20f2a14

Browse files
committedOct 29, 2017
Increase ccache size
1 parent ebae560 commit 20f2a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.ci/travis/linux/docker-build-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
# Setup ccache
77
##############
88
export CCACHE_TEMPDIR=/tmp
9-
ccache -M 500M
9+
ccache -M 1G
1010

1111
# Temporarily uncomment to debug ccache issues
1212
# export CCACHE_LOGFILE=/tmp/cache.debug

0 commit comments

Comments
 (0)