Increase ccache size.

This commit is contained in:
chriseth 2018-03-06 11:11:33 +01:00
parent 5f5af650ce
commit d7fe0bbc72

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