Makefile: Add ranch to the `BUILD_DEPS`
This is to enforce the version of Ranch which is picked, because Cowboy also depends on Ranch and might pull another version. [#160270896]
This commit is contained in:
parent
a513f7bf8a
commit
642bcdac06
|
|
@ -21,6 +21,10 @@ endef
|
|||
DEPS = cowboy rabbit_common rabbit rabbitmq_stomp
|
||||
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
|
||||
|
||||
# FIXME: Add Ranch as a BUILD_DEPS to be sure the correct version is picked.
|
||||
# See rabbitmq-components.mk.
|
||||
BUILD_DEPS += ranch
|
||||
|
||||
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
||||
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue