summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2022-01-05 11:08:18 +0100
committermergify-bot <noreply@mergify.com>2022-01-05 13:03:02 +0000
commit7e021df37f8bfd057b08de63371ac296ef5e16f3 (patch)
tree93af9c28d62a503b84cb3fd8e1991f6347f70523
parentcc2a5f08201ecdd1d5843b9738658be90e458fdb (diff)
downloadrabbitmq-server-git-mergify/bp/v3.9.x/pr-3957.tar.gz
Limit the version of rebar3_hex to v6mergify/bp/v3.9.x/pr-3957
v7 introduces changes that break pipelines - https://github.com/rabbitmq/hexpm-cli/issues/3 It would be better to drop hexpm-cli and use the hex publishing support present in newer versions of erlang.mk (cherry picked from commit 135128e929258ac152626d336dcb7e44719f3832)
-rw-r--r--erlang.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/erlang.mk b/erlang.mk
index 7136106bdb..630b99f9ea 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -5645,7 +5645,7 @@ $(call comma_list,$(foreach d,$(DEPS),\
{$(call dep_name,$d)$(comma)"$(call dep_repo,$d)"},\
{$(call dep_name,$d)$(comma)".*"$(comma){git,"$(call dep_repo,$d)"$(comma)"$(call dep_commit,$d)"}})))
]}.
-{plugins, [rebar3_hex]}.
+{plugins, [{rebar3_hex, "~> 6.11"}]}.
{erl_opts, $(call compat_erlc_opts_to_list,$(ERLC_OPTS))}.
endef