filecoin-project / filecoin-ffi

C and CGO bindings for Filecoin's Rust libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building error on lotus v1.13.0 when FFI_BUILD_FROM_SOURCE

mathshero opened this issue · comments

commented

We get source code of lotus v1.13.0.

  1. cd lotus directory and make, it succeeds
  2. but cd lotus/extern/filecoin-ffi, then
    rm rust/Cargo.lock,
    make clean && FFI_BUILD_FROM_SOURCE=1 ./install-filcrypto
    it fails now.

WechatIMG6
截屏2021-11-16 下午7 17 39

commented

Try to use the build.sh script for building from source