Add grpc python build

This commit is contained in:
Piv
2020-11-23 21:54:39 +10:30
parent 2b7d2b1740
commit 423db22640
2 changed files with 15 additions and 1 deletions

View File

@@ -4,4 +4,6 @@ Docker container for generating protobuf code. Right now used in CI only for oth
## TODOS
- Build the swift plugins inside this repo, rather than committing the built plugins
- Build the swift plugins inside the dockerfile, rather than committing the built plugins
- Build the grpc-web plugins in the dockerfile, rather than downloading built versions
- Use CMake/Bazel for building the grpc plugins - [CMake dockerfile](https://hub.docker.com/r/kitware/cmake)