diff options
author | Philip Kuryloski <kuryloskip@vmware.com> | 2022-01-05 11:08:18 +0100 |
---|---|---|
committer | Philip Kuryloski <kuryloskip@vmware.com> | 2022-01-05 11:08:18 +0100 |
commit | 135128e929258ac152626d336dcb7e44719f3832 (patch) | |
tree | 325f94c89c944d6a66e4087de60dda6186517c73 | |
parent | fff86d75f7b24323c6ea817184ad7712b36dd43f (diff) | |
download | rabbitmq-server-git-rollback-rebar3_hex-version.tar.gz |
Limit the version of rebar3_hex to v6rollback-rebar3_hex-version
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
-rw-r--r-- | erlang.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |