mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Restrict ccache cache size.
This commit is contained in:
parent
d8bfa02deb
commit
8259ce1e94
@ -100,9 +100,15 @@ jobs:
|
||||
key: ccache-{{ arch }}-{{ .Branch }}-
|
||||
key: ccache-{{ arch }}-develop-
|
||||
key: ccache-{{ arch }}-
|
||||
- run:
|
||||
name: Configure ccache
|
||||
command: ccache -M 80M && ccache -c && ccache -s && ccache -z
|
||||
- run:
|
||||
name: Build
|
||||
command: ./scripts/build.sh RelWithDebInfo
|
||||
- run:
|
||||
name: CCache statistics
|
||||
command: ccache -s
|
||||
- save_cache:
|
||||
key: ccache-{{ arch }}-{{ .Branch }}-{{ .Environment.CIRCLE_SHA1 }}
|
||||
when: always
|
||||
|
Loading…
Reference in New Issue
Block a user