aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-06 18:11:33 +0800
committerchriseth <chris@ethereum.org>2018-03-06 18:11:33 +0800
commitd7fe0bbc7227d7f57043a686bac7bd9bb9e49642 (patch)
tree9d1725ca739d0aa01fb0a2d6fdae442741eba570 /circle.yml
parent5f5af650ce5ad28179b037b0b7301b6ca7e87364 (diff)
downloaddexon-solidity-d7fe0bbc7227d7f57043a686bac7bd9bb9e49642.tar
dexon-solidity-d7fe0bbc7227d7f57043a686bac7bd9bb9e49642.tar.gz
dexon-solidity-d7fe0bbc7227d7f57043a686bac7bd9bb9e49642.tar.bz2
dexon-solidity-d7fe0bbc7227d7f57043a686bac7bd9bb9e49642.tar.lz
dexon-solidity-d7fe0bbc7227d7f57043a686bac7bd9bb9e49642.tar.xz
dexon-solidity-d7fe0bbc7227d7f57043a686bac7bd9bb9e49642.tar.zst
dexon-solidity-d7fe0bbc7227d7f57043a686bac7bd9bb9e49642.zip
Increase ccache size.
Diffstat (limited to 'circle.yml')
-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: |