tendermint/go-crypto

'make all' fails and jenkins with it (go-bindata)

Closed this issue · 3 comments

Jenkins runs make all which fails (locally too).

make all                                                                                                                                         
Makefile:31: *** "No go-bindata in PATH".  Stop.

target all should include get_tools

Be aware that the repo owner of go-bindata changed:

https://www.reddit.com/r/golang/comments/7vv9zz/popular_lib_gobindata_removed_from_github_or_why/
and
jteeuwen/go-bindata#5

:o

Let's not use that and instead just hardcode the output ...

resolved by #101