From 7c92530d47f9c7475f76e3d547480cb62c82a148 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sat, 22 Dec 2018 08:20:33 -0500 Subject: Increase Travis cache size [ci skip] With compression disabled, the cache is too small for builds that use debug info, and causes 100% miss rate. --- src/scripts/ci/travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/scripts/ci') diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml index 3e5c7cdde..4324af6bf 100644 --- a/src/scripts/ci/travis.yml +++ b/src/scripts/ci/travis.yml @@ -13,7 +13,7 @@ compiler: env: global: - - CCACHE_MAXSIZE=200M + - CCACHE_MAXSIZE=400M matrix: - BUILD_MODE="shared" @@ -103,7 +103,7 @@ branches: - coverity_scan git: - depth: 5 + depth: 3 cache: ccache: true -- cgit v1.2.3