Skip to content

Commit b3a3921

Browse files
committed
Use orisis 1.6.4 directly from git
bypassing BCR until bazelbuild/bazel-central-registry#873 is merged, at which point this commit can be reverted
1 parent 5ca9a25 commit b3a3921

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

MODULE.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ bazel_dep(
4747
repo_name = "osiris",
4848
)
4949

50+
git_override(
51+
module_name = "rabbitmq_osiris",
52+
commit = "910590b392be8ba9c09684203238d9606534c271",
53+
remote = "https://github.com/rabbitmq/osiris.git",
54+
)
55+
5056
bazel_dep(
5157
name = "rabbitmq_ra",
5258
version = "2.6.2",

0 commit comments

Comments
 (0)