replace lotus and filecoin-ffi deps

This commit is contained in:
Anton Evangelatov 2020-09-16 12:49:45 +02:00
parent f4f80b25d1
commit b0677ab38e
2 changed files with 4 additions and 4 deletions

View File

@ -265,10 +265,10 @@ jobs:
- prepare
- run: cd extern/oni && git submodule sync
- run: cd extern/oni && git submodule update --init
- run: cd extern/oni/extra/filecoin-ffi && make
- run: cd extern/filecoin-ffi && make
- run:
name: "update lotus-soup dependency to lotus"
command: pushd extern/oni/lotus-soup && echo 'replace github.com/filecoin-project/lotus => ../../../' >> go.mod
name: "replace lotus and filecoin-ffi 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
- run:
name: "build lotus-soup testplan"
command: pushd extern/oni/lotus-soup && go build -tags=testground .

2
extern/oni vendored

@ -1 +1 @@
Subproject commit d9bcdfe61b89f00bef07f6d3995e36e277930acd
Subproject commit 097d82535de690160fb84e97d0baf1bd04e175c6