dymensionxyz/rollapp-evm

proto gen doesn't work

danwt opened this issue · 1 comments

In 750d1e7

make proto-gen 
Generating Protobuf files
BusyBox v1.34.1 (2022-04-04 10:19:27 UTC) multi-call binary.

Usage: dirname FILENAME

Strip non-directory suffix from FILENAME
make: *** [proto-gen] Error 123

we don't have any proto in current proto folder so it will fail... If you put proto files in proto folder it will work. The script is not wrong though, except for these 2 lines

cp -r github.com/dymensionxyz/rollapp/* ./
and not handling cases where there isn't any proto files.