Skip to content

Commit

Permalink
Increase ccache size.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Mar 6, 2018
1 parent 5f5af65 commit d7fe0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d7fe0bb

Please sign in to comment.