Skip to content

Commit

Permalink
Increase ccache size
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 29, 2017
1 parent ebae560 commit 20f2a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/travis/linux/docker-build-test.sh
Expand Up @@ -6,7 +6,7 @@ set -e
# Setup ccache
##############
export CCACHE_TEMPDIR=/tmp
ccache -M 500M
ccache -M 1G

# Temporarily uncomment to debug ccache issues
# export CCACHE_LOGFILE=/tmp/cache.debug
Expand Down

0 comments on commit 20f2a14

Please sign in to comment.