From 6adb76cf27998dbbcb0815d6c6624f560b7c1973 Mon Sep 17 00:00:00 2001 From: William Yang Date: Fri, 2 Jul 2021 12:31:35 +0200 Subject: [PATCH] ci: try 32bit fix from quicer --- apps/emqx/rebar.config | 3 ++- rebar.config | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/emqx/rebar.config b/apps/emqx/rebar.config index fbd980056..a38f4af7a 100644 --- a/apps/emqx/rebar.config +++ b/apps/emqx/rebar.config @@ -31,7 +31,8 @@ [ meck , {bbmustache,"1.10.0"} , {emqx_ct_helpers, {git,"https://github.com/emqx/emqx-ct-helpers", {branch,"hocon"}}} - , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.4.1"}}} + %, {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.4.1"}}} + , {emqtt, {git, "https://github.com/emqx/emqtt", {branch, "main"}}} ]}, {extra_src_dirs, [{"test",[recursive]}]} ]} diff --git a/rebar.config b/rebar.config index fc863f7c4..93fdcfba4 100644 --- a/rebar.config +++ b/rebar.config @@ -63,7 +63,8 @@ , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.13.0"}}} , {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.9.0"}}} , {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.2.1"}}} - , {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.5"}}} + %, {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.5"}}} + , {quicer, {git, "https://github.com/emqx/quic.git", {branch, "main"}}} ]}. {xref_ignores,