Point emqtt to rabbitmq/emqtt:master

emqtt repos:
emqx/emqtt PR #196 is based on rabbitmq:otp-26-compatibility
emqx/emqtt PR #198 is based on ansd:master
rabbitmq/master contains both of these 2 PRs cherry-picked.

rabbitmq-server repos:
main branch points emqtt to rabbitmq:otp-26-compatibility
mqtt5 branch points emqtt to rabbitmq:master

Therefore, the current mqtt5 branch is OTP 26 compatible and can support
multiple subscription identifiers.
This commit is contained in:
David Ansari 2023-04-28 13:07:02 +00:00 committed by Chunyi Lyu
parent ad5152bdd6
commit 2270a30af0
4 changed files with 4 additions and 4 deletions

View File

@ -399,7 +399,7 @@ erlang_dev_package.hex_package(
erlang_dev_package.git_package( erlang_dev_package.git_package(
name = "emqtt", name = "emqtt",
branch = "otp-26-compatibility", branch = "master",
build_file = "@rabbitmq-server//bazel:BUILD.emqtt", build_file = "@rabbitmq-server//bazel:BUILD.emqtt",
repository = "rabbitmq/emqtt", repository = "rabbitmq/emqtt",
) )

View File

@ -16,7 +16,7 @@ DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
dep_jose = git https://github.com/michaelklishin/erlang-jose mk-thoas-support dep_jose = git https://github.com/michaelklishin/erlang-jose mk-thoas-support
dep_base64url = hex 1.0.1 dep_base64url = hex 1.0.1
dep_emqtt = git https://github.com/rabbitmq/emqtt.git otp-26-compatibility dep_emqtt = git https://github.com/rabbitmq/emqtt.git master
include ../../rabbitmq-components.mk include ../../rabbitmq-components.mk
include ../../erlang.mk include ../../erlang.mk

View File

@ -47,7 +47,7 @@ DEPS = ranch rabbit_common rabbit amqp_client ra
TEST_DEPS = emqtt ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management rabbitmq_web_mqtt TEST_DEPS = emqtt ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_management rabbitmq_web_mqtt
dep_ct_helper = git https://github.com/extend/ct_helper.git master dep_ct_helper = git https://github.com/extend/ct_helper.git master
dep_emqtt = git https://github.com/rabbitmq/emqtt.git otp-26-compatibility dep_emqtt = git https://github.com/rabbitmq/emqtt.git master
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

View File

@ -25,7 +25,7 @@ TEST_DEPS = emqtt rabbitmq_ct_helpers rabbitmq_ct_client_helpers rabbitmq_manage
# See rabbitmq-components.mk. # See rabbitmq-components.mk.
BUILD_DEPS += ranch BUILD_DEPS += ranch
dep_emqtt = git https://github.com/rabbitmq/emqtt.git otp-26-compatibility dep_emqtt = git https://github.com/rabbitmq/emqtt.git master
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk