add go mod edit for blst deps
This commit is contained in:
parent
0ff5a71114
commit
56f223bfc3
@ -267,8 +267,8 @@ jobs:
|
|||||||
- run: cd extern/oni && git submodule update --init
|
- run: cd extern/oni && git submodule update --init
|
||||||
- run: cd extern/filecoin-ffi && make
|
- run: cd extern/filecoin-ffi && make
|
||||||
- run:
|
- run:
|
||||||
name: "replace lotus and filecoin-ffi deps"
|
name: "replace lotus, filecoin-ffi, blst and fil-blst deps"
|
||||||
command: pushd extern/oni/lotus-soup && go mod edit -replace github.com/filecoin-project/lotus=../../../ && go mod edit -replace github.com/filecoin-project/filecoin-ffi=../../filecoin-ffi
|
command: cd extern/oni/lotus-soup && go mod edit -replace github.com/filecoin-project/lotus=../../../ && go mod edit -replace github.com/filecoin-project/filecoin-ffi=../../filecoin-ffi && go mod edit -replace github.com/supranational/blst=../../fil-blst/blst && go mod edit -replace github.com/filecoin-project/fil-blst=../../fil-blst
|
||||||
- run:
|
- run:
|
||||||
name: "build lotus-soup testplan"
|
name: "build lotus-soup testplan"
|
||||||
command: pushd extern/oni/lotus-soup && go build -tags=testground .
|
command: pushd extern/oni/lotus-soup && go build -tags=testground .
|
||||||
|
Loading…
Reference in New Issue
Block a user