Hi all,
I'd like to use a specific version of protoc (3.9.1) when building a
library that depends on grpc
In the WORKSPACE I have the following lines to load grpc dependencies:
* load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")*
* grpc_deps()*
* load("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl",
"grpc_extra_deps")*
* grpc_extra_deps()*
If I use recent grpc source (1.27+), it uses a version of protobuf that I
can't set automatically.
Is it possible to use a specific version of protoc in this case ?
--
You received this message because you are subscribed to the Google Groups
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/grpc-io/88af0c90-d9b5-43ca-aa9d-cfc3d7b91763o%40googlegroups.com.