Prune go mod cache
Circle reports 1.9GB, should be closer to 300MB Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
673a972fe9
commit
3423d29815
@ -115,7 +115,7 @@ jobs:
|
||||
- go/mod-download
|
||||
- restore_cache:
|
||||
name: restore go mod cache
|
||||
key: v1-go-deps-{{ arch }}-{{ checksum "/home/circleci/project/go.mod" }}
|
||||
key: v2-go-deps-{{ arch }}-{{ checksum "/home/circleci/project/go.mod" }}
|
||||
- run:
|
||||
command: make debug
|
||||
|
||||
@ -162,7 +162,7 @@ jobs:
|
||||
- go/mod-download
|
||||
- restore_cache:
|
||||
name: restore go mod cache
|
||||
key: v1-go-deps-{{ arch }}-{{ checksum "/home/circleci/project/go.mod" }}
|
||||
key: v2-go-deps-{{ arch }}-{{ checksum "/home/circleci/project/go.mod" }}
|
||||
- run:
|
||||
command: make deps lotus
|
||||
no_output_timeout: 30m
|
||||
|
Loading…
Reference in New Issue
Block a user