Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(protobuf): Use same
protoc
from same repo as .proto-files (to…
…kio-rs#1136) Crate `protobuf` compiles some .proto-files from the checked out repo in `third_party/protobuf`. Those files can use newest features from `protoc`. Therefore during development the `protoc` in `PATH` must be the same version or newer than in `third_party/protobuf`. The crate already builds a `protoc` compiler from the checked out repo to be used in conformance executable. Use that specific `protoc` for compiling the .proto-files in the crate. This doesn't influence the `protoc` used in crate `tests` nor published crates.
- Loading branch information