Skip to content

Commit

Permalink
Protobuf tooling fix and upgrade (#313)
Browse files Browse the repository at this point in the history
* Protobuf tooling fix and upgrade

* Paths for protobuf files has changed, reflect that in Makefile
* Fix the tooling to make it work in macos
* Update protoc version and regenarate files.

* Regen proto
  • Loading branch information
vcastellm authored and Victor Castell committed May 9, 2022
1 parent 0232c6a commit b416577
Show file tree
Hide file tree
Showing 5 changed files with 289 additions and 283 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bor-all:
cp $(GOBIN)/* $(GOPATH)/bin/

protoc:
protoc --go_out=. --go-grpc_out=. ./command/server/proto/*.proto
protoc --go_out=. --go-grpc_out=. ./internal/cli/server/proto/*.proto

geth:
$(GORUN) build/ci.go install ./cmd/geth
Expand Down
Loading

0 comments on commit b416577

Please sign in to comment.