aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-12-21 10:06:29 -0500
committerJack Lloyd <[email protected]>2018-12-21 10:06:29 -0500
commit2f60e29e5688bf81719f0f907d658c083378811b (patch)
tree8d04335c52b9dfd9c99873a9ad73590fa4d842d4 /src
parentd27d042bf811327a829729037c5e7f4fd71fdb9e (diff)
Stop compressing Travis ccache
Since CPU is main bottleneck to the build, this is likely not helping.
Diffstat (limited to 'src')
-rw-r--r--src/scripts/ci/travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml
index f93987b26..3e5c7cdde 100644
--- a/src/scripts/ci/travis.yml
+++ b/src/scripts/ci/travis.yml
@@ -13,9 +13,7 @@ compiler:
env:
global:
- - CCACHE_MAXSIZE=250M
- - CCACHE_MAXFILES=2000
- - CCACHE_COMPRESS=1
+ - CCACHE_MAXSIZE=200M
matrix:
- BUILD_MODE="shared"