Skip to content

Commit fb660f2

Browse files
committed
Use horus work-around-race-in-cover-is_compiled branch
1 parent 3246bcb commit fb660f2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

196196
erlang_package.hex_package(

deps/rabbit/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,10 @@ endef
128128
LOCAL_DEPS = sasl os_mon inets compiler public_key crypto ssl syntax_tools xmerl
129129

130130
BUILD_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
132132
TEST_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
134135
PLT_APPS += mnesia runtime_tools
135136

136137
dep_syslog = git https://github.com/schlagert/syslog 4.0.0

0 commit comments

Comments
 (0)