-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Protobuf: make proto-gen does not work #7901
Comments
Sorry you're having trouble. 1 has been reported many times and is not a bug. Looks like you just need some help with configuration and maybe better docs. @amaurymartiny ? |
Hey a docker setup was merged this morning, there isn't a need to install anything anymore. I recommend using it. The cmd is: |
@fdymylja let us know how the docker setup goes. We could definitely improve the docs, e.g. in the CONTRIBUTING guide. It was proposed in #7893 (comment) to remove the |
Thank you for the help, it works. On a side note, is there a reason for which we're not using PS: Feel free to close whenever you want. |
@alessio is the author of most of these makefiles. He will have the best context. |
While trying to build protobufs files I realized that we have some problems regarding to:
descriptor.proto
,timestamp.proto
,duration.proto
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.The text was updated successfully, but these errors were encountered: