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
Confirmed. Note: it works if we just plainly run ./scripts/protocgen.sh. It seems related to #8350 (comment). Is there anything to be updated on the Dockerfile?
Here's the output i have
$ make proto-gen
Generating Protobuf files
/usr/local/bin/docker run --rm -v /Users/amaury/Workspace/regen/cosmos-sdk:/workspace --workdir /workspace tendermintdev/sdk-proto-gen sh ./scripts/protocgen.sh
make: *** [proto-gen] Error 1
This problem also exist in tag v0.41.2 and today's master branch.
make proto-gen
Generating Protobuf files
/usr/local/bin/docker run --rm -v /Users/rogan/go/src/github.com/cosmos/cosmos-sdk:/workspace --workdir /workspace tendermintdev/sdk-proto-gen sh ./scripts/protocgen.sh
Summary of Bug
make proto-gen
command not working.Version
master
Steps to Reproduce
make proto-gen
For Admin Use
The text was updated successfully, but these errors were encountered: