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 f263079 ci: Remove non-exist dependency packages for CentOS 7 (#4844)
f263079 is described below
commit f263079a1a6539cfa7b59bbfc3d81f5ebaa2765c
Author: Joey <[email protected]>
AuthorDate: Wed Aug 18 16:02:30 2021 +0800
ci: Remove non-exist dependency packages for CentOS 7 (#4844)
---
ci/centos7-ci.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/centos7-ci.sh b/ci/centos7-ci.sh
index 02cc5ce..19bdf18 100755
--- a/ci/centos7-ci.sh
+++ b/ci/centos7-ci.sh
@@ -39,7 +39,7 @@ install_dependencies() {
rm -rf etcd-v3.4.0-linux-amd64
# install test::nginx
- yum install -y cpanminus build-essential libncurses5-dev libreadline-dev
libssl-dev perl
+ yum install -y cpanminus perl
cpanm --notest Test::Nginx IPC::Run > build.log 2>&1 || (cat build.log &&
exit 1)
# install and start grpc_server_example