You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/10/22 07:04:24 UTC

[GitHub] [apisix] spacewander commented on a change in pull request #5308: ci: curl with http2 support [centos 7]

spacewander commented on a change in pull request #5308:
URL: https://github.com/apache/apisix/pull/5308#discussion_r734264019



##########
File path: ci/centos7-ci.sh
##########
@@ -23,12 +23,29 @@ install_dependencies() {
 
     # install development tools
     yum install -y wget tar gcc automake autoconf libtool make unzip \
-        curl git which sudo openldap-devel
+        git which sudo openldap-devel libev libev-devel zlib zlib-devel openssl openssl-devel
 
     # install openresty to make apisix's rpm test work
     yum install -y yum-utils && yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo
     yum install -y openresty openresty-debug openresty-openssl111-debug-devel pcre pcre-devel
 
+    # build curl with http2

Review comment:
       We can download it directly? https://github.com/moparisthebest/static-curl




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org