aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-06 21:15:36 +0800
committerGitHub <noreply@github.com>2018-03-06 21:15:36 +0800
commit70a5ddd03af217cc7960c899e3128dd16d87a467 (patch)
tree9d1725ca739d0aa01fb0a2d6fdae442741eba570
parent5f5af650ce5ad28179b037b0b7301b6ca7e87364 (diff)
parentd7fe0bbc7227d7f57043a686bac7bd9bb9e49642 (diff)
downloaddexon-solidity-70a5ddd03af217cc7960c899e3128dd16d87a467.tar.gz
dexon-solidity-70a5ddd03af217cc7960c899e3128dd16d87a467.tar.zst
dexon-solidity-70a5ddd03af217cc7960c899e3128dd16d87a467.zip
Merge pull request #3659 from ethereum/increaseCacheSize
Increase ccache size.
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 45a26fa8..263cb700 100644
--- a/circle.yml
+++ b/circle.yml
@@ -102,7 +102,7 @@ jobs:
key: ccache-{{ arch }}-
- run:
name: Configure ccache
- command: ccache -M 80M && ccache -c && ccache -s && ccache -z
+ command: ccache -M 200M && ccache -c && ccache -s && ccache -z
- run:
name: Build
command: |