Skip to content

Commit 5e7ad46

Browse files
committed
Fix failing Bazel build
1 parent e4d486b commit 5e7ad46

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

deps/rabbitmq_peer_discovery_aws/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,7 @@ rabbitmq_suite(
8282
rabbitmq_suite(
8383
name = "unit_SUITE",
8484
size = "small",
85+
runtime_deps = [
86+
"@meck//:bazel_erlang_lib",
87+
],
8588
)

deps/rabbitmq_peer_discovery_aws/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PROJECT_DESCRIPTION = AWS-based RabbitMQ peer discovery backend
33

44
LOCAL_DEPS = inets
55
DEPS = rabbit_common rabbitmq_peer_discovery_common rabbitmq_aws rabbit
6-
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers ct_helper
6+
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers ct_helper meck
77
dep_ct_helper = git https://github.com/extend/ct_helper.git master
88

99
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk

0 commit comments

Comments
 (0)