From 0801e68c14276b449ee2cc731c0a855d6b274667 Mon Sep 17 00:00:00 2001 From: Diana Parra Corbacho Date: Thu, 19 Jun 2025 16:28:50 +0200 Subject: [PATCH] Federation: update makefile to avoid dialyzer compilation errors They just happen with a combination of OTP 27.3 and Elixir 1.17 --- deps/rabbitmq_federation/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/rabbitmq_federation/Makefile b/deps/rabbitmq_federation/Makefile index b9b0ea273722..6a1b0bb86f01 100644 --- a/deps/rabbitmq_federation/Makefile +++ b/deps/rabbitmq_federation/Makefile @@ -4,6 +4,7 @@ PROJECT_DESCRIPTION = Deprecated no-op RabbitMQ Federation DEPS = rabbitmq_queue_federation rabbitmq_exchange_federation LOCAL_DEPS = rabbit +DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk .DEFAULT_GOAL = all