Skip to content

Commit 5bfd708

Browse files
HoloRinmergify[bot]
authored andcommitted
Use osiris from Bazel Central Repository
osiris 1.6.3 is identical to 1.6.2, but we needed a new version for the sake of the BCR publish this makes osiris a native bzlmod dependency (cherry picked from commit ac3d025) (cherry picked from commit 77bd4e2)
1 parent 34847d5 commit 5bfd708

File tree

2 files changed

+6
-151
lines changed

2 files changed

+6
-151
lines changed

MODULE.bazel

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ bazel_dep(
4141
repo_name = "looking_glass",
4242
)
4343

44+
bazel_dep(
45+
name = "com_github_rabbitmq_osiris",
46+
version = "1.6.3",
47+
repo_name = "osiris",
48+
)
49+
4450
erlang_config = use_extension(
4551
"@rules_erlang//bzlmod:extensions.bzl",
4652
"erlang_config",
@@ -270,12 +276,6 @@ erlang_package.hex_package(
270276
version = "1.7.3",
271277
)
272278

273-
erlang_package.git_package(
274-
build_file = "@rabbitmq-server//bazel:BUILD.osiris",
275-
repository = "rabbitmq/osiris",
276-
tag = "v1.6.2",
277-
)
278-
279279
erlang_package.hex_package(
280280
name = "prometheus",
281281
build_file = "@rabbitmq-server//bazel:BUILD.prometheus",
@@ -372,7 +372,6 @@ use_repo(
372372
"jose",
373373
"json",
374374
"observer_cli",
375-
"osiris",
376375
"prometheus",
377376
"ra",
378377
"ranch",

bazel/BUILD.osiris

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)