-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhance: Refine protobuf dependency installation in Makefile #35072
enhance: Refine protobuf dependency installation in Makefile #35072
Conversation
Related to milvus-io#34394 Signed-off-by: Congqi Xia <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Congqi Xia <[email protected]>
/lgtm |
…io#35072) Related to milvus-io#34394 --------- Signed-off-by: Congqi Xia <[email protected]>
After this PR, I'm getting a couple of errors at the top of my
I think it has to do with these lines: PROTOC_GEN_GO_OUTPUT := $(shell print | $(INSTALL_PATH)/protoc-gen-go --version 2>/dev/null)
...
PROTOC_GEN_GO_GRPC_OUTPUT := $(shell print | $(INSTALL_PATH)/protoc-gen-go-grpc --version 2>/dev/null) The build still goes through, but it would be nice to clean up the errors Edit: Looks like this is a zsh/bash compatibility issue. Raised a PR to replace |
…io#35072) Related to milvus-io#34394 --------- Signed-off-by: Congqi Xia <[email protected]> Signed-off-by: Sumit Dubey <[email protected]>
…io#35072) Related to milvus-io#34394 --------- Signed-off-by: Congqi Xia <[email protected]>
…io#35072) Related to milvus-io#34394 --------- Signed-off-by: Congqi Xia <[email protected]>
issue: #34252 pr: #34394 #35072 #35084 Signed-off-by: Wei Liu <[email protected]> Co-authored-by: Congqi Xia <[email protected]>
Related to #34394