summaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-08-25 10:02:41 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-08-25 10:02:45 +0200
commit27e935856b0c5c1a4de76ef476c1f5352b10e347 (patch)
tree2d61751c0963eb62f0a171092f2fb8a6eb1d496e /travis
parent11446524e82c1574b75f5fce3a9da008b283630f (diff)
Reduce ccache size to 1GB
Building Vespa consumes <1GB ccache (given cccache compression enabled).
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 6320cd505ca..42dbf0e6467 100755
--- a/travis/travis-build-cpp.sh
+++ b/travis/travis-build-cpp.sh
@@ -7,7 +7,7 @@ BUILD_DIR=~/build
mkdir "${BUILD_DIR}"
-export CCACHE_SIZE="4G"
+export CCACHE_SIZE="1G"
export CCACHE_COMPRESS=1
NUM_THREADS=4