-
Notifications
You must be signed in to change notification settings - Fork 224
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
Add "--experimental_allow_proto3_optional" flag to protoc config for Ubuntu compatibility. #1341
base: main
Are you sure you want to change the base?
Conversation
I ended up doing the same, glad that someone else already made a PR 🍻 |
Error: protoc failed: orchestrator.proto:83:12: Explicit 'optional' labels are disallowed in the Proto3 syntax. To define 'optional' fields in Proto3, simply remove the 'optional' label, as fields are 'optional' by default. |
@b3zn0gim Caused by: Error: protoc failed: orchestrator.proto:83:12: Explicit 'optional' labels are disallowed in the Proto3 syntax. To define 'optional' fields in Proto3, simply remove the 'optional' label, as fields are 'optional' by default. --- stderr |
Also cleaned up that pesky .DS_Store file