proto: buf for everything (#5650)

## Description

- remove installation of protoc
- use buf protoc to generate proto stubs

prior to approving could someone test locally. I restarted my docker instance and its been stuck for 20+ minutes

Closes: #XXX
This commit is contained in:
Marko
2020-11-12 12:15:18 +01:00
committed by GitHub
parent eb0d353767
commit 95cff1efb4
7 changed files with 32 additions and 46 deletions

View File

@@ -4,7 +4,7 @@ set -eo pipefail
proto_dirs=$(find ./proto -path -prune -o -name '*.proto' -print0 | xargs -0 -n1 dirname | sort | uniq)
for dir in $proto_dirs; do
protoc \
buf protoc \
-I "proto" \
-I "third_party/proto" \
--gogofaster_out=\