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 11:15:18 +00:00
committed by GitHub
parent eb0d353767
commit 95cff1efb4
7 changed files with 32 additions and 46 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ all: check build test install
.PHONY: all
# The below include contains the tools.
include tools.mk
include tests.mk
include tools/Makefile
include test/Makefile
###############################################################################
### Build Tendermint ###