-
Notifications
You must be signed in to change notification settings - Fork 7
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
Refactor code generation #65
Conversation
9a7bdce
to
16f2938
Compare
A change like this might cause backward incompatibility problems between open-source step-ca and majordomo. Although we don't have EAB support, it might work. But we would need to test it. |
16f2938
to
f6adf0e
Compare
31a5d45
to
866117d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to work fine, but I've added a couple of suggestions to be able to run make generate
.
Co-authored-by: Mariano Cano <[email protected]>
Co-authored-by: Mariano Cano <[email protected]>
This PR refactors the codebase in order to address our internal build issue. It additionally adds checks to the
Makefile
that ensure that code is generated via suitable versions ofprotoc-gen-go
andprotoc-gen-go-grpc
.