leslie-tsang commented on a change in pull request #5316:
URL: https://github.com/apache/apisix/pull/5316#discussion_r735159892



##########
File path: ci/centos7-ci.sh
##########
@@ -57,6 +57,10 @@ install_dependencies() {
     # wait for grpc_server_example to fully start
     sleep 3
 
+    # installing grpcurl
+    wget 
https://github.com/fullstorydev/grpcurl/releases/download/v1.8.5/grpcurl_1.8.5_linux_x86_64.tar.gz
+    tar -xvf grpcurl_1.8.5_linux_x86_64.tar.gz -C /usr/local/bin

Review comment:
       Can we put it in `ci/common.sh` as a func `install_grpcurl`, then let 
the CI workflow of different OS choose whether to call it or not.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to