mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #3659 from ethereum/increaseCacheSize
Increase ccache size.
This commit is contained in:
commit
70a5ddd03a
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user