summaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-08-16 15:14:24 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-08-16 15:14:24 +0200
commit100603d7a0eb85f93b3d8a01621baa4a5a8503b5 (patch)
tree9f590ec5ab0399de30b3008ca1610581d561137b /travis
parentacd1b850cd206474cef8de6231de6782f6e02120 (diff)
Reduce max size of ccache
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/travis-build-cpp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/travis-build-cpp.sh b/travis/travis-build-cpp.sh
index 3aa6b11ce37..50560e7e8d5 100755
--- a/travis/travis-build-cpp.sh
+++ b/travis/travis-build-cpp.sh
@@ -7,7 +7,7 @@ BUILD_DIR=~/build
mkdir "${BUILD_DIR}"
-ccache -M 20G
+ccache -M 5G
NUM_THREADS=4
source /opt/rh/devtoolset-6/enable || true
cd "${SOURCE_DIR}"