Skip to content

Commit 837748d

Browse files
committed
Fix make dialyze for deps/rabbit
1 parent 4ec33c8 commit 837748d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps/rabbit/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ endef
131131

132132
LOCAL_DEPS = sasl os_mon inets compiler public_key crypto ssl syntax_tools xmerl
133133

134-
BUILD_DEPS = rabbitmq_cli
135-
DEPS = ranch rabbit_common amqp10_common rabbitmq_prelaunch ra sysmon_handler stdout_formatter recon redbug observer_cli osiris syslog systemd seshat khepri khepri_mnesia_migration
134+
BUILD_DEPS = rabbitmq_cli looking_glass
135+
DEPS = ranch rabbit_common amqp10_common rabbitmq_prelaunch ra sysmon_handler stdout_formatter recon redbug observer_cli osiris syslog systemd seshat khepri khepri_mnesia_migration cuttlefish gen_batch_server
136136
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers meck proper amqp_client rabbitmq_amqp_client rabbitmq_amqp1_0
137137

138-
PLT_APPS += mnesia
138+
PLT_APPS += mnesia runtime_tools looking_glass
139139

140140
dep_syslog = git https://github.com/schlagert/syslog 4.0.0
141141
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.1

0 commit comments

Comments
 (0)