Federation: update makefile to avoid dialyzer compilation errors
They just happen with a combination of OTP 27.3 and Elixir 1.17
This commit is contained in:
parent
1277a4b8b3
commit
0801e68c14
|
@ -4,6 +4,7 @@ PROJECT_DESCRIPTION = Deprecated no-op RabbitMQ Federation
|
||||||
DEPS = rabbitmq_queue_federation rabbitmq_exchange_federation
|
DEPS = rabbitmq_queue_federation rabbitmq_exchange_federation
|
||||||
LOCAL_DEPS = rabbit
|
LOCAL_DEPS = rabbit
|
||||||
|
|
||||||
|
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
||||||
DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk
|
DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk
|
||||||
|
|
||||||
.DEFAULT_GOAL = all
|
.DEFAULT_GOAL = all
|
||||||
|
|
Loading…
Reference in New Issue