From 36c9360c0431ef1401a6c63a8666ba1861663bbd Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Fri, 27 Nov 2020 00:22:56 +0100 Subject: [PATCH] refactor(build): Merge all plugins Otherwise rebar runs in a dead-loop --- rebar.config | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/rebar.config b/rebar.config index d555ecf8a..221d75ce6 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,7 @@ {minimum_otp_vsn, "21.3"}. -{plugins,[{relup_helper,{git,"https://github.com/emqx/relup_helper", - {branch,"master"}}}]}. +{plugins,[ {relup_helper,{git,"https://github.com/emqx/relup_helper", {branch,"master"}}} + , {coveralls, {git, "https://github.com/emqx/coveralls-erl", {branch, "github"}}} + ]}. {edge_relx_overlay,[]}. {edoc_opts,[{preprocess,true}]}. {erl_opts,[warn_unused_vars,warn_shadow_vars,warn_unused_import, @@ -51,13 +52,7 @@ {overlay, ["${BASIC_OVERLAYS}", "${EDGE_OVERLAYS}"]}, {overlay_vars,["vars/vars-edge.config","vars/vars-pkg.config"]}]}]}, {test, - [ - {plugins, [ - rebar3_proper, - {coveralls, - {git, "https://github.com/emqx/coveralls-erl", - {branch, "github"}}}]}, - {deps, + [{deps, [ {bbmustache, "1.7.0"}, {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.0"}}}, {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.0"}}},