You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
in v0.5.10, make build worked fine. but today in v0.6.0, make build doesn't work properly.
To Reproduce
Steps to reproduce the behavior:
Run 'make build'
See error
$ make build
git submodule update --init --recursive
Submodule path 'extern/filecoin-ffi': checked out '40569104603407c999d6c9e4c3f1228cbd4d0e5c'
fatal: reference is not a tree: ef5dba45b810d7090e029167cc66911ef8c42a07
Unable to checkout 'ef5dba45b810d7090e029167cc66911ef8c42a07' in submodule path 'extern/test-vectors'
Makefile:48: recipe for target 'build/.update-modules' failed
make: *** [build/.update-modules] Error 1
Additional context
and in v0.5.10, make clean worked fine without cargo, rust. but in v0.6.0, make clean doesn't work properly without cargo, rust.
In my specific server, cargo and rust are not installed. but It worked fine. but in v0.6.0, these libraries are required.
The text was updated successfully, but these errors were encountered:
Describe the bug
in v0.5.10,
make build
worked fine. but today in v0.6.0,make build
doesn't work properly.To Reproduce
Steps to reproduce the behavior:
Version (run
lotus version
):commit 60cae87
Additional context
and in v0.5.10,
make clean
worked fine without cargo, rust. but in v0.6.0,make clean
doesn't work properly without cargo, rust.In my specific server, cargo and rust are not installed. but It worked fine. but in v0.6.0, these libraries are required.
The text was updated successfully, but these errors were encountered: