summaryrefslogtreecommitdiff
path: root/BUILD.bazel
diff options
context:
space:
mode:
authorRin Kuryloski <kuryloskip@vmware.com>2022-12-08 09:06:12 +0100
committerRin Kuryloski <kuryloskip@vmware.com>2022-12-08 13:03:17 +0100
commitce69ff1c584ef8b31dd91d07997c8c52ef578f3d (patch)
treef538fbd5889f1fd61ad53de8ff0a521e9258e241 /BUILD.bazel
parent9e6d66ee5e37f3d2faafd2da050b363be7dbd853 (diff)
downloadrabbitmq-server-git-ce69ff1c584ef8b31dd91d07997c8c52ef578f3d.tar.gz
Allow `bazel run rabbitmq-streams`
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 14bd48baa4..9ac455bfa0 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -100,6 +100,11 @@ rabbitmqctl(
home = ":broker-home",
)
+rabbitmqctl(
+ name = "rabbitmq-streams",
+ home = ":broker-home",
+)
+
shell(
name = "repl",
deps = PLUGINS,