ci: install openssl11 as deps.

This commit is contained in:
William Yang 2021-08-30 22:41:37 +02:00
parent 7a98289d4a
commit 2426482ae1
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ emqx_test(){
;; ;;
"rpm") "rpm")
packagename=$(basename "${PACKAGE_PATH}/${EMQX_NAME}"-*.rpm) packagename=$(basename "${PACKAGE_PATH}/${EMQX_NAME}"-*.rpm)
# EMQX OTP requires openssl11 to have TLS1.3 support
yum install -y openssl11
rpm -ivh "${PACKAGE_PATH}/${packagename}" rpm -ivh "${PACKAGE_PATH}/${packagename}"
if ! rpm -q emqx | grep -q emqx; then if ! rpm -q emqx | grep -q emqx; then
echo "package install error" echo "package install error"