Baoyuantop commented on code in PR #12833:
URL: https://github.com/apache/apisix/pull/12833#discussion_r2659271995
##########
ci/redhat-ci.sh:
##########
@@ -24,7 +24,7 @@ install_dependencies() {
# install build & runtime deps
yum install -y --disablerepo=* --enablerepo=ubi-8-appstream-rpms
--enablerepo=ubi-8-baseos-rpms \
wget tar gcc gcc-c++ automake autoconf libtool make unzip git sudo
openldap-devel hostname patch \
- which ca-certificates pcre pcre-devel xz \
+ which ca-certificates pcre pcre-devel pcre2 pcre2-devel xz \
Review Comment:
The release Docker images (ubuntu, debian, redhat) install APISIX via
pre-built packages (apt/yum), so we need to update
https://github.com/api7/apisix-build-tools repository. Let me handle this.
--
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]