comprehensive circleci configuration
add go/rust path to linux env fix ineffectual assign to err change working directory cargo install filecoin-proofs save pkg to tmp install pkg-config fetch and cache parameters maybe we don't need arch install jq wrap paramfetch with with-dots maybe spell version correctly reorder linting use retry script reordering linting was a mistake better with-dots.sh
... | @@ -3,6 +3,7 @@ module github.com/filecoin-project/go-sectorbuilder | ... | @@ -3,6 +3,7 @@ module github.com/filecoin-project/go-sectorbuilder |
go 1.12 | go 1.12 | ||
require ( | require ( | ||
github.com/golangci/golangci-lint v1.17.1 // indirect | |||
github.com/hashicorp/golang-lru v0.5.3 // indirect | github.com/hashicorp/golang-lru v0.5.3 // indirect | ||
github.com/ipfs/go-log v0.0.1 | github.com/ipfs/go-log v0.0.1 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
... | ... |
This diff is collapsed.
scripts/retry.sh
0 → 100755
scripts/with-dots.sh
0 → 100755
Please register or sign in to comment