filecoin-project / filecoin-ffi

C and CGO bindings for Filecoin's Rust libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building is error prone and time consuming

Stebalien opened this issue · comments

In my (brief) experience, the only reliable way to build this project is to run make clean followed by FFI_BUILD_FROM_SOURCE=1 make cgo-gen. This is frustrating and time consuming.

I'd expect make to just "do the thing" but it looks like the makefile needs to be refactored to make this happen.