This is an automated email from the ASF dual-hosted git repository.
alinsran 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 ccb35680f fix(ci): OpenResty 1.21.4.1 should be specified (#9917)
ccb35680f is described below
commit ccb35680fda4fe740b185af7eeb7774f3139e34b
Author: Xin Rong <[email protected]>
AuthorDate: Thu Jul 27 18:26:29 2023 +0800
fix(ci): OpenResty 1.21.4.1 should be specified (#9917)
---
ci/centos7-ci.sh | 2 +-
ci/redhat-ci.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ci/centos7-ci.sh b/ci/centos7-ci.sh
index 251dd3363..6b6483a4f 100755
--- a/ci/centos7-ci.sh
+++ b/ci/centos7-ci.sh
@@ -33,7 +33,7 @@ install_dependencies() {
# 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
+ yum install -y openresty-1.21.4.1 openresty-debug-1.21.4.1
openresty-openssl111-debug-devel pcre pcre-devel
# install luarocks
./utils/linux-install-luarocks.sh
diff --git a/ci/redhat-ci.sh b/ci/redhat-ci.sh
index c1bd6d8f0..4b307e648 100755
--- a/ci/redhat-ci.sh
+++ b/ci/redhat-ci.sh
@@ -32,7 +32,7 @@ install_dependencies() {
# 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 xz
+ yum install -y openresty-1.21.4.1 openresty-debug-1.21.4.1
openresty-openssl111-debug-devel pcre pcre-devel xz
# install luarocks
./utils/linux-install-luarocks.sh