zll600 commented on code in PR #10887:
URL: https://github.com/apache/apisix/pull/10887#discussion_r1498943762
##########
ci/centos7-ci.sh:
##########
@@ -44,10 +44,7 @@ install_dependencies() {
yum install -y yum-utils && yum-config-manager --add-repo
https://openresty.org/package/centos/openresty.repo
yum install -y openresty-pcre-devel openresty-zlib-devel
- export runtime_version=${APISIX_RUNTIME}
- wget
"https://raw.githubusercontent.com/api7/apisix-build-tools/apisix-runtime/${APISIX_RUNTIME}/build-apisix-runtime.sh"
- chmod +x build-apisix-runtime.sh
- ./build-apisix-runtime.sh latest
Review Comment:
Not yet, I need a new version of `build-apisix-runtime.sh` after merging
https://github.com/api7/apisix-build-tools/pull/376
--
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]