Merge pull request #3659 from ethereum/increaseCacheSize

Increase ccache size.
This commit is contained in:
chriseth 2018-03-06 14:15:36 +01:00 committed by GitHub
commit 70a5ddd03a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |