[#101] Fix make test
All checks were successful
DCO action / DCO (pull_request) Successful in 42s
Tests and linters / Tests (1.19) (pull_request) Successful in 38s
Tests and linters / Tests (1.20) (pull_request) Successful in 42s
Tests and linters / Tests with -race (pull_request) Successful in 1m7s
Tests and linters / Lint (pull_request) Successful in 1m24s
All checks were successful
DCO action / DCO (pull_request) Successful in 42s
Tests and linters / Tests (1.19) (pull_request) Successful in 38s
Tests and linters / Tests (1.20) (pull_request) Successful in 42s
Tests and linters / Tests with -race (pull_request) Successful in 1m7s
Tests and linters / Lint (pull_request) Successful in 1m24s
Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
parent
280d052cef
commit
bd3e5195d4
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -9,7 +9,7 @@ ifeq ($(shell uname), Linux)
|
|||
PROTOC_OS_VERSION=linux-x86_64
|
||||
endif
|
||||
|
||||
BIN = bin
|
||||
BIN = .bin
|
||||
PROTOBUF_DIR ?= $(abspath $(BIN))/protobuf
|
||||
PROTOC_DIR ?= $(PROTOBUF_DIR)/protoc-v$(PROTOC_VERSION)
|
||||
PROTOC_GEN_GO_DIR ?= $(PROTOBUF_DIR)/protoc-gen-go-$(PROTOC_GEN_GO_VERSION)
|
||||
|
@ -64,7 +64,7 @@ protoc:
|
|||
@for f in `find . -type f -name '*.proto'`; do \
|
||||
echo "⇒ Processing $$f "; \
|
||||
$(PROTOC_DIR)/bin/protoc \
|
||||
--proto_path=.:/usr/local/include \
|
||||
--proto_path=.:$(PROTOC_DIR)/include:/usr/local/include \
|
||||
--plugin=protoc-gen-go=$(PROTOC_GEN_GO_DIR)/protoc-gen-go \
|
||||
--go_out=. --go_opt=paths=source_relative \
|
||||
--go-grpc_opt=require_unimplemented_servers=false \
|
||||
|
|
Loading…
Add table
Reference in a new issue