This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new a960f85  ci: the test framework requires curl with http2 support 
(#5308)
a960f85 is described below

commit a960f85ca4610aff7807e722ecc5862cae76180d
Author: Bisakh <[email protected]>
AuthorDate: Mon Oct 25 06:29:44 2021 +0530

    ci: the test framework requires curl with http2 support (#5308)
---
 ci/centos7-ci.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ci/centos7-ci.sh b/ci/centos7-ci.sh
index 744bed7..9b6a48d 100755
--- a/ci/centos7-ci.sh
+++ b/ci/centos7-ci.sh
@@ -23,8 +23,10 @@ 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
 
+    # curl with http2
+    wget 
https://github.com/moparisthebest/static-curl/releases/download/v7.79.1/curl-amd64
 -O /usr/bin/curl
     # 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

Reply via email to