ci: do not configure quic listener at all

This commit is contained in:
Zaiming (Stone) Shi 2022-05-31 12:16:33 +02:00
parent 6da333bdb2
commit 616f1ae302
1 changed files with 3 additions and 3 deletions

View File

@ -184,9 +184,9 @@ export EMQX_LOG__CONSOLE_HANDLER__LEVEL=debug
export EMQX_LOG__FILE_HANDLERS__DEFAULT__LEVEL=debug
EOF
## for ARM, due to CI env issue, skip start of quic listener for the moment
[[ $(arch) == *arm* || $(arch) == aarch64 ]] && tee -a "$emqx_env_vars" <<EOF
export EMQX_LISTENERS__QUIC__DEFAULT__ENABLED=false
EOF
# [[ $(arch) == *arm* || $(arch) == aarch64 ]] && tee -a "$emqx_env_vars" <<EOF
# export EMQX_LISTENERS__QUIC__DEFAULT__ENABLED=false
# EOF
else
echo "Error: cannot locate emqx_vars"
exit 1