Skip to content

Commit 385635a

Browse files
committed
Fix dialyze error for deps/rabbit
Technically this is a workaround - dialyzer should not be checking the khepri source in this case
1 parent 1e466dc commit 385635a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ BUILD_DEPS = rabbitmq_cli looking_glass
135135
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 runtime_tools looking_glass
138+
PLT_APPS += mnesia runtime_tools looking_glass horus
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)