forked from milvus-io/milvus-proto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhance: Update protobuf-go to protobuf-go v2 (milvus-io#294)
Signed-off-by: Wei Liu <[email protected]>
- Loading branch information
1 parent
512e3b9
commit 2ce5295
Showing
11 changed files
with
22,365 additions
and
13,691 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,8 @@ build: | |
|
||
generate-proto: export protoc:=${PWD}/cmake-build/protobuf/protobuf-build/protoc | ||
generate-proto: build | ||
@which protoc-gen-go 1>/dev/null || (echo "Installing protoc-gen-go" && go install github.com/golang/protobuf/[email protected]) | ||
@which protoc-gen-go 1>/dev/null || (echo "Installing protoc-gen-go" && go install google.golang.org/protobuf/cmd/[email protected]) | ||
@which protoc-gen-go-grpc 1>/dev/null || (echo "Installing protoc-gen-go-grpc" && go install google.golang.org/grpc/cmd/[email protected]) | ||
@(env bash $(PWD)/scripts/proto_gen_go.sh) | ||
|
||
clean: | ||
|
Oops, something went wrong.