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:
authorQuang-Minh Nguyen <qmnguyen@gitlab.com>2021-08-19 12:01:09 +0300
committerQuang-Minh Nguyen <qmnguyen@gitlab.com>2021-08-20 12:19:46 +0300
commitdb8ae21c59532c182f8f538c171cc28f300e00fb (patch)
treed2b74661b28a922f10a4ab0b4c73d107e67994b7 /Makefile
parentb3bb31655c67e0fcad90de1c31de58686849a393 (diff)
Remove streamrpc implementation
Changelog: removed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e9ee98d2c..2439c3205 100644
--- a/Makefile
+++ b/Makefile
@@ -394,8 +394,7 @@ 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/streamrpc/testdata/test.proto
+ ${SOURCE_DIR}/internal/middleware/limithandler/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