ci: delete yum install openssl11 in test

This commit is contained in:
Zaiming (Stone) Shi 2022-03-31 10:39:30 +02:00
parent 38447ff187
commit b9c02bff1e
1 changed files with 0 additions and 5 deletions

View File

@ -89,11 +89,6 @@ emqx_test(){
"rpm")
packagename=$(basename "${PACKAGE_PATH}/${EMQX_NAME}"-*.rpm)
if [[ "${ARCH}" == "amd64" && $(rpm -E '%{rhel}') == 7 ]] ; then
# EMQX OTP requires openssl11 to have TLS1.3 support
yum install -y openssl11
fi
rpm -ivh "${PACKAGE_PATH}/${packagename}"
if ! rpm -q emqx | grep -q emqx; then
echo "package install error"