tendermint / go-crypto

DEPRECATED: Merged into https://github.com/tendermint/tendermint under `crypto`
Other
44 stars 32 forks source link

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

Closed liamsi closed 6 years ago

liamsi commented 6 years ago

Jenkins runs make all which fails (locally too).

make all                                                                                                                                         
Makefile:31: *** "No go-bindata in PATH".  Stop.
liamsi commented 6 years ago

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 https://github.com/jteeuwen/go-bindata/issues/5

ebuchman commented 6 years ago

:o

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

liamsi commented 6 years ago

resolved by #101