Skip to content

Commit c512b92

Browse files
committed
Depend on inets to ensure it is started when peer discovery begins
Sometimes the boot sequence of the dependencies changes, and inets is not started before rabbit. However, it is needed by some of the peer discovery backends to perform discovery (i.e. etcd). rabbitmq-server#1257
1 parent 35f4308 commit c512b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ define PROJECT_ENV
125125
]
126126
endef
127127

128-
LOCAL_DEPS = sasl mnesia os_mon
128+
LOCAL_DEPS = sasl mnesia os_mon inets
129129
BUILD_DEPS = rabbitmq_cli
130130
DEPS = ranch lager rabbit_common
131131
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper

0 commit comments

Comments
 (0)