Skip to content

Commit 21619bb

Browse files
committed
make: Fix circular dependency
Running "make -C deps/rabbit ct-feature_flags_v2" on a clean repository would not work due to a circular dependency. Since the plugin in question is a no-op in 4.x, only used in tests, we make the plugin depend on nothing to avoid the issue.
1 parent 0d33638 commit 21619bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deps/rabbitmq_amqp1_0/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
PROJECT = rabbitmq_amqp1_0
22
PROJECT_DESCRIPTION = Deprecated no-op AMQP 1.0 plugin
33

4-
DEPS = rabbit
5-
64
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
75
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
86

0 commit comments

Comments
 (0)