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:
Diana Parra Corbacho 2025-06-19 16:28:50 +02:00
parent 1277a4b8b3
commit 0801e68c14
1 changed files with 1 additions and 0 deletions

View File

@ -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