Skip to content

Commit fc17fbc

Browse files
committed
Import osiris as a native bazel library
As osiris now declares its own bazel build rabbitmq/osiris#48
1 parent 8c06dac commit fc17fbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

workspace_helpers.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2-
load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository")
2+
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository", "new_git_repository")
33
load("@bazel-erlang//:github.bzl", "github_bazel_erlang_lib")
44
load("@bazel-erlang//:hex_archive.bzl", "hex_archive")
55
load("@bazel-erlang//:hex_pm.bzl", "hex_pm_bazel_erlang_lib")
@@ -168,10 +168,10 @@ erlang_lib(
168168
sha256 = "3418e319764b9dff1f469e43cbdffd7fd54ea47cbf765027c557abd146a19fb3",
169169
)
170170

171-
github_bazel_erlang_lib(
171+
git_repository(
172172
name = "osiris",
173-
org = "rabbitmq",
174-
build_file = rabbitmq_workspace + "//:BUILD.osiris",
173+
branch = "master",
174+
remote = "https://github.com/rabbitmq/osiris.git",
175175
)
176176

177177
hex_pm_bazel_erlang_lib(

0 commit comments

Comments
 (0)