diff options
author | chriseth <chris@ethereum.org> | 2018-03-06 21:15:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-06 21:15:36 +0800 |
commit | 70a5ddd03af217cc7960c899e3128dd16d87a467 (patch) | |
tree | 9d1725ca739d0aa01fb0a2d6fdae442741eba570 | |
parent | 5f5af650ce5ad28179b037b0b7301b6ca7e87364 (diff) | |
parent | d7fe0bbc7227d7f57043a686bac7bd9bb9e49642 (diff) | |
download | dexon-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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: | |