Skip to content

Commit

Permalink
install openssl before curl
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Tiwari <ashishjaitiwari15112000@gmail.com>
  • Loading branch information
Revolyssup committed Nov 8, 2023
1 parent 53f478d commit c2b3452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/centos7-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ install_dependencies() {
# install newer curl
yum makecache
yum install -y libnghttp2-devel
install_openssl_3
install_curl

yum -y install centos-release-scl
Expand All @@ -56,7 +57,6 @@ 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
install_openssl_3
wget "https://raw.githubusercontent.com/api7/apisix-build-tools/openssl3/build-apisix-runtime-debug-centos7.sh"
wget "https://raw.githubusercontent.com/api7/apisix-build-tools/openssl3/build-apisix-runtime.sh"
chmod +x build-apisix-runtime-debug-centos7.sh
Expand Down

0 comments on commit c2b3452

Please sign in to comment.