ci: try 32bit fix from quicer

This commit is contained in:
William Yang 2021-07-02 12:31:35 +02:00
parent 606e48560c
commit 6adb76cf27
2 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,8 @@
[ meck [ meck
, {bbmustache,"1.10.0"} , {bbmustache,"1.10.0"}
, {emqx_ct_helpers, {git,"https://github.com/emqx/emqx-ct-helpers", {branch,"hocon"}}} , {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]}]} {extra_src_dirs, [{"test",[recursive]}]}
]} ]}

View File

@ -63,7 +63,8 @@
, {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.13.0"}}} , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.13.0"}}}
, {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.9.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"}}} , {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, {xref_ignores,