circle: Try fixing mac build

This commit is contained in:
Łukasz Magiera 2019-12-19 22:00:41 +01:00
parent 6ce4cf12f7
commit ffb7bbad1f

View File

@ -187,7 +187,7 @@ jobs:
chmod +x $HOME/.bin/jq chmod +x $HOME/.bin/jq
- restore_cache: - restore_cache:
name: restore go mod and cargo cache name: restore go mod and cargo cache
key: v2-go-deps-{{ arch }}-{{ checksum "~/go/src/github.com/filecoin-project/lotus/go.mod" }} key: v3-go-deps-{{ arch }}-{{ checksum "~/go/src/github.com/filecoin-project/lotus/go.sum" }}
- install-deps - install-deps
- go/mod-download - go/mod-download
- run: - run:
@ -198,11 +198,9 @@ jobs:
- store_artifacts: - store_artifacts:
path: lotus-storage-miner path: lotus-storage-miner
- save_cache: - save_cache:
name: save go mod and cargo cache name: save cargo cache
key: v2-go-deps-{{ arch }}-{{ checksum "~/go/src/github.com/filecoin-project/lotus/go.mod" }} key: v3-go-deps-{{ arch }}-{{ checksum "~/go/src/github.com/filecoin-project/lotus/go.sum" }}
paths: paths:
- "~/go/src/github.com"
- "~/go/src/golang.org"
- "~/.rustup" - "~/.rustup"
- "~/.cargo" - "~/.cargo"