File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -186,11 +186,11 @@ erlang_package.hex_package(
186186 version = "1.3.3" ,
187187)
188188
189- erlang_package .hex_package (
189+ erlang_package .git_package (
190190 name = "horus" ,
191191 build_file = "@rabbitmq-server//bazel:BUILD.horus" ,
192- sha256 = "4ebcb0ce86c8ee411d24b289c504b14431ee004d9f2c48e6f88d4128ded33a2e " ,
193- version = "0.2.6 " ,
192+ repository = "rabbitmq/horus " ,
193+ branch = "work-around-race-in-cover-is_compiled " ,
194194)
195195
196196erlang_package .hex_package (
Original file line number Diff line number Diff line change @@ -128,9 +128,10 @@ endef
128128LOCAL_DEPS = sasl os_mon inets compiler public_key crypto ssl syntax_tools xmerl
129129
130130BUILD_DEPS = rabbitmq_cli
131- 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
131+ DEPS = ranch rabbit_common amqp10_common rabbitmq_prelaunch ra sysmon_handler stdout_formatter recon redbug observer_cli osiris syslog systemd seshat horus khepri khepri_mnesia_migration cuttlefish gen_batch_server
132132TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers meck proper amqp_client rabbitmq_amqp_client rabbitmq_amqp1_0
133133
134+ dep_horus = git https://github.com/rabbitmq/horus work-around-race-in-cover-is_compiled
134135PLT_APPS += mnesia runtime_tools
135136
136137dep_syslog = git https://github.com/schlagert/syslog 4.0.0
You can’t perform that action at this time.
0 commit comments