Closed
Description
While trying to build protobufs files I realized that we have some problems regarding to:
- in third_party/proto/google we're missing the following files
descriptor.proto
,timestamp.proto
,duration.proto
- the versions of the files above to use are missing too.
make tools
does not downloadprotoc-gen-gocosmos
and theprotoc-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.