File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ PROTOC = docker run --rm -u ${shell id -u} -v${PWD}:${PWD} -w${PWD} ${DOCKER_PRO
222222PROTO_INTERMEDIATE_DIR = pkg/.patched-proto
223223PROTO_INCLUDES = -I$(PROTO_INTERMEDIATE_DIR )
224224PROTO_GEN = $(PROTOC ) $(PROTO_INCLUDES ) --gogofaster_out=plugins=grpc,paths=source_relative:$(2 ) $(1 )
225- PROTO_GEN_WITH_VENDOR = $(PROTOC ) $(PROTO_INCLUDES ) -Ivendor -Ivendor/github.com/gogo/protobuf -Ipkg/tempopb - -gogofaster_out=plugins=grpc,paths=source_relative:$(2 ) $(1 )
225+ PROTO_GEN_WITH_VENDOR = $(PROTOC ) $(PROTO_INCLUDES ) -Ivendor -Ivendor/github.com/gogo/protobuf --gogofaster_out=plugins=grpc,paths=source_relative:$(2 ) $(1 )
226226PROTO_GEN_WITHOUT_RELATIVE = $(PROTOC ) $(PROTO_INCLUDES ) --gogofaster_out=plugins=grpc:$(2 ) $(1 )
227227
228228.PHONY : gen-proto
You can’t perform that action at this time.
0 commit comments