Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2021-06-17 14:35:51 +0300
committerJacob Vosmaer <jacob@gitlab.com>2021-07-12 15:34:41 +0300
commit8a925b40a5e35848600600ee72441224f99af0fa (patch)
treea6c0ea5eee006c42f095dbaa31e0cda20d4ca773 /Makefile
parent357a4b1dab81459b3d9323f10737b1698586cd5c (diff)
Add StreamRPC library code
Changelog: other
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 399684425..ec9896dbb 100644
--- a/Makefile
+++ b/Makefile
@@ -336,7 +336,8 @@ proto: ${PROTOC} ${PROTOC_GEN_GO} ${PROTOC_GEN_GO_GRPC} ${SOURCE_DIR}/.ruby-bund
${SOURCE_DIR}/internal/praefect/mock/mock.proto \
${SOURCE_DIR}/internal/middleware/cache/testdata/stream.proto \
${SOURCE_DIR}/internal/helper/chunk/testdata/test.proto \
- ${SOURCE_DIR}/internal/middleware/limithandler/testdata/test.proto
+ ${SOURCE_DIR}/internal/middleware/limithandler/testdata/test.proto \
+ ${SOURCE_DIR}/internal/streamrpc/testdata/test.proto
${PROTOC} ${SHARED_PROTOC_OPTS} -I ${SOURCE_DIR}/proto --go_out=${SOURCE_DIR}/proto --go-grpc_out=${SOURCE_DIR}/proto ${SOURCE_DIR}/proto/go/internal/linter/testdata/*.proto
.PHONY: lint-proto