Merge pull request #8581 from filecoin-project/fix/macos-build-deps

ci: deps: macos build deps
This commit is contained in:
Aayush Rajasekaran 2022-05-03 15:06:07 -04:00 committed by GitHub
commit 57198a2fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 28 deletions

View File

@ -388,7 +388,6 @@ jobs:
- restore_cache: - restore_cache:
name: restore cargo cache name: restore cargo cache
key: v3-go-deps-{{ arch }}-{{ checksum "~/go/src/github.com/filecoin-project/lotus/go.sum" }} key: v3-go-deps-{{ arch }}-{{ checksum "~/go/src/github.com/filecoin-project/lotus/go.sum" }}
- install-deps
- run: - run:
command: make build command: make build
no_output_timeout: 30m no_output_timeout: 30m
@ -1001,11 +1000,7 @@ workflows:
only: only:
- master - master
- build-debug - build-debug
- build-all: - build-all
filters:
tags:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- build-ntwk-calibration: - build-ntwk-calibration:
filters: filters:
tags: tags:
@ -1017,14 +1012,7 @@ workflows:
only: only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/ - /^v\d+\.\d+\.\d+(-rc\d+)?$/
- build-lotus-soup - build-lotus-soup
- build-macos: - build-macos
filters:
branches:
ignore:
- /.*/
tags:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- build-appimage: - build-appimage:
filters: filters:
branches: branches:

View File

@ -388,7 +388,6 @@ jobs:
- restore_cache: - restore_cache:
name: restore cargo cache name: restore cargo cache
key: v3-go-deps-{{ arch }}-{{ checksum "~/go/src/github.com/filecoin-project/lotus/go.sum" }} key: v3-go-deps-{{ arch }}-{{ checksum "~/go/src/github.com/filecoin-project/lotus/go.sum" }}
- install-deps
- run: - run:
command: make build command: make build
no_output_timeout: 30m no_output_timeout: 30m
@ -801,11 +800,7 @@ workflows:
only: only:
- master - master
- build-debug - build-debug
- build-all: - build-all
filters:
tags:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- build-ntwk-calibration: - build-ntwk-calibration:
filters: filters:
tags: tags:
@ -817,14 +812,7 @@ workflows:
only: only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/ - /^v\d+\.\d+\.\d+(-rc\d+)?$/
- build-lotus-soup - build-lotus-soup
- build-macos: - build-macos
filters:
branches:
ignore:
- /.*/
tags:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- build-appimage: - build-appimage:
filters: filters:
branches: branches: