ci: Remove non-exist dependency packages for CentOS 7 (#4844)

This commit is contained in:
Joey 2021-08-18 16:02:30 +08:00 committed by GitHub
parent b72404f643
commit f263079a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ install_dependencies() {
rm -rf etcd-v3.4.0-linux-amd64 rm -rf etcd-v3.4.0-linux-amd64
# install test::nginx # 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) cpanm --notest Test::Nginx IPC::Run > build.log 2>&1 || (cat build.log && exit 1)
# install and start grpc_server_example # install and start grpc_server_example