rabbitmq / rabbitmq-server

Open source RabbitMQ: core server and tier 1 (built-in) plugins
https://www.rabbitmq.com/
Other
11.85k stars 3.9k forks source link

Fix regression introduced in 21619bba402 #11520

Closed lhoguin closed 2 weeks ago

lhoguin commented 2 weeks ago

Plugins must depend on 'rabbit' per JSP. But we don't want to build it. So the better solution is to use LOCAL_DEPS.

ansd commented 2 weeks ago

Makes test

make -C deps/rabbit ct-amqp_client t=[cluster_size_1]:plugin

green again.