From 616f1ae302ab6b84f8a324ebee34af36b5fc25e6 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Tue, 31 May 2022 12:16:33 +0200 Subject: [PATCH] ci: do not configure quic listener at all --- scripts/pkg-tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/pkg-tests.sh b/scripts/pkg-tests.sh index b57a2bf71..dac7248f4 100755 --- a/scripts/pkg-tests.sh +++ b/scripts/pkg-tests.sh @@ -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" <