Use bazel-build protoc and plugins to regenerate protos for some languages.#22703
Conversation
| BAZEL_EXEC_ROOT=$ROOT_DIR/bazel-out/darwin-fastbuild/bin | ||
| PROTOC=$BAZEL_EXEC_ROOT/external/com_google_protobuf/protoc | ||
| PLUGIN=$BAZEL_EXEC_ROOT/src/compiler/grpc_objective_c_plugin | ||
| PROTOC=bazel-bin/external/com_google_protobuf/protoc |
There was a problem hiding this comment.
You probably still need $ROOT_DIR here
There was a problem hiding this comment.
Good catch! Fixed.
|
There's a potential problem with php: Update: Update2: It's odd that |
abf0f4b to
5156db5
Compare
|
Known failures: #21839 |
|
I might try to do some followup for php. |
protocandgrpc_*_pluginare much easier to buildmakeas little as possibleThis PR also regenerates the out-of-date generated files.