Skip to content

Commit

Permalink
add missing ra dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Valiushko committed Aug 23, 2023
1 parent 0c3f318 commit 17698ba
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ bazel_dep(
repo_name = "osiris",
)

bazel_dep(
name = "rabbitmq_ra",
version = "2.6.2",
repo_name = "ra",
)

erlang_config = use_extension(
"@rules_erlang//bzlmod:extensions.bzl",
"erlang_config",
Expand Down Expand Up @@ -299,6 +293,13 @@ erlang_package.hex_package(
version = "0.2.1",
)

erlang_package.git_package(
name = "ra",
remote = "https://github.com/illotum/ra",
build_file = "@rabbitmq-server//bazel:BUILD.ra",
branch = "nonvoters",
)

erlang_package.hex_package(
name = "ranch",
build_file = "@rabbitmq-server//bazel:BUILD.ranch",
Expand Down Expand Up @@ -359,6 +360,7 @@ erlang_package.hex_package(

use_repo(
erlang_package,
"ra",
"accept",
"aten",
"base64url",
Expand Down

0 comments on commit 17698ba

Please sign in to comment.