-
Notifications
You must be signed in to change notification settings - Fork 755
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
bug: protoc failed with Unknown flag #8035
Comments
Is seems that this flag was introduced in protoc 3.12 and exited "experimental" mode with 3.15 (google/protobuf-gradle-plugin#415 (comment)). Don't know when it will stop working with the |
In all cases, a good approach would be to pin a version as described in the official docs: https://grpc.io/docs/protoc-installation/#install-pre-compiled-binaries-any-os, but it will annoying to make it architecture and OS independent |
We need to do the following things:
Cc @drmingdrmer for comments. |
In PR #8047, we will check the protoc version during the build. Thus, the databend only needs to specify the oldest version to build. For now, all |
I think that is good enough, as more recent distrib versions (for instance debian bullseye) have protoc>3.12.0 in their package manager. Closing this for now. Thanks for your quick fix! |
Search before asking
Version
v0.8.61-nightly
What's Wrong?
It seems the version of
protoc
I get on buster when I run./scripts/setup/dev_setup.sh
is not the right one because I get the following build error:How to Reproduce?
Container environment:
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: