Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

proto CI fails #796

Closed
toteki opened this issue Apr 11, 2022 · 0 comments · Fixed by #935
Closed

proto CI fails #796

toteki opened this issue Apr 11, 2022 · 0 comments · Fixed by #935
Assignees
Labels

Comments

@toteki
Copy link
Member

toteki commented Apr 11, 2022

Summary of Bug

When a .proto file is changed, the Protobuf / lint and Protobuf / breakage CI jobs are triggered.

Currently they always fail due to an issue with finding gogo.proto

Steps to Reproduce

Steps to reproduce the behavior:

  1. Create a branch off of main
  2. Change (even trivially) a .proto file
  3. Create a pull request
  4. Observe failing CI
proto/umee/leverage/v1beta1/genesis.proto:4:8:gogoproto/gogo.proto: does not exist
proto/umee/leverage/v1beta1/gov.proto:4:8:gogoproto/gogo.proto: does not exist
proto/umee/leverage/v1beta1/leverage.proto:4:8:gogoproto/gogo.proto: does not exist
proto/umee/leverage/v1beta1/query.proto:4:8:google/api/annotations.proto: does not exist
proto/umee/leverage/v1beta1/tx.proto:4:8:cosmos/base/v1beta1/coin.proto: does not exist
proto/umee/oracle/v1beta1/genesis.proto:4:8:gogoproto/gogo.proto: does not exist
proto/umee/oracle/v1beta1/oracle.proto:4:8:gogoproto/gogo.proto: does not exist
proto/umee/oracle/v1beta1/query.proto:4:8:gogoproto/gogo.proto: does not exist
proto/umee/oracle/v1beta1/tx.proto:4:8:gogoproto/gogo.proto: does not exist
make: *** [Makefile:203: proto-check-breaking] Error 1
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants