AlinsRan commented on code in PR #10415:
URL: https://github.com/apache/apisix/pull/10415#discussion_r1377177083
##########
ci/centos7-ci.sh:
##########
@@ -31,9 +32,19 @@ install_dependencies() {
yum install -y libnghttp2-devel
install_curl
+ yum -y install centos-release-scl
+ yum -y install devtoolset-9 patch wget git make sudo
+ set +eu
+ source scl_source enable devtoolset-9
+ set -eu
+
# 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-1.21.4.2 openresty-debug-1.21.4.2
openresty-openssl111-debug-devel pcre pcre-devel
+ wget
"https://raw.githubusercontent.com/api7/apisix-build-tools/apisix-runtime/${APISIX_RUNTIME}/build-apisix-runtime-debug-centos7.sh"
+ wget
"https://raw.githubusercontent.com/api7/apisix-build-tools/apisix-runtime/${APISIX_RUNTIME}/build-apisix-runtime.sh"
+ chmod +x build-apisix-runtime-debug-centos7.sh
+ chmod +x build-apisix-runtime.sh
Review Comment:
Doesn't seem to need `build-apisix-runtime.sh` ?
##########
ci/centos7-ci.sh:
##########
@@ -31,9 +32,19 @@ install_dependencies() {
yum install -y libnghttp2-devel
install_curl
+ yum -y install centos-release-scl
+ yum -y install devtoolset-9 patch wget git make sudo
+ set +eu
+ source scl_source enable devtoolset-9
+ set -eu
+
# 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-1.21.4.2 openresty-debug-1.21.4.2
openresty-openssl111-debug-devel pcre pcre-devel
+ wget
"https://raw.githubusercontent.com/api7/apisix-build-tools/apisix-runtime/${APISIX_RUNTIME}/build-apisix-runtime-debug-centos7.sh"
+ wget
"https://raw.githubusercontent.com/api7/apisix-build-tools/apisix-runtime/${APISIX_RUNTIME}/build-apisix-runtime.sh"
+ chmod +x build-apisix-runtime-debug-centos7.sh
+ chmod +x build-apisix-runtime.sh
Review Comment:
Doesn't seem to need `build-apisix-runtime.sh` ?
--
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]