mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Increase ccache size.
This commit is contained in:
parent
5f5af650ce
commit
d7fe0bbc72
@ -102,7 +102,7 @@ jobs:
|
|||||||
key: ccache-{{ arch }}-
|
key: ccache-{{ arch }}-
|
||||||
- run:
|
- run:
|
||||||
name: Configure ccache
|
name: Configure ccache
|
||||||
command: ccache -M 80M && ccache -c && ccache -s && ccache -z
|
command: ccache -M 200M && ccache -c && ccache -s && ccache -z
|
||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user