Skip to content

Protobuf: make proto-gen does not work #7901

Closed
@fdymylja

Description

While trying to build protobufs files I realized that we have some problems regarding to:

  1. in third_party/proto/google we're missing the following files descriptor.proto, timestamp.proto, duration.proto
  2. the versions of the files above to use are missing too.
  3. make tools does not download protoc-gen-gocosmos and the protoc-gen-grpc-gateway executables suite.

If a correct process of building the protobufs (third_party files version, executables and their versions) was written, I could write a docker image with the tools required to run make proto-all, in order to produce consistent generated golang protobufs. Hence removing the need of going through a lot of installations and risking to mess them all.

Metadata

Assignees

No one assigned

    Labels

    T: Dev UXUX for SDK developers (i.e. how to call our code)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions