Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Increase ccache size
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
.ci/travis/linux/docker-build-test.sh
|
@@ -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 |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.