mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-03 14:47:16 +00:00
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:
@@ -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 ###
|
||||
|
||||
Reference in New Issue
Block a user