bisakhmondal commented on a change in pull request #5308:
URL: https://github.com/apache/apisix/pull/5308#discussion_r734305064
##########
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:
Thanks for the reference. Great work by the repo owner!!
--
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]