Skip to content

Commit c42220b

Browse files
committed
Use pinned bazel-erlang
It's too disruptive to just track master. A piece of automation will be created to ensure the dep doesn't fall behind, but it can do so speculatively on a branch first via PR, potentially with auto-merging.
1 parent 435e4f9 commit c42220b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ load("@rules_pkg//:deps.bzl", "rules_pkg_dependencies")
2929

3030
rules_pkg_dependencies()
3131

32-
http_archive(
32+
git_repository(
3333
name = "bazel-erlang",
34-
strip_prefix = "bazel-erlang-main",
35-
urls = ["https://github.com/rabbitmq/bazel-erlang/archive/main.zip"],
34+
commit = "a84ffac78fa021cb9a95cef513af2fa6675507cc",
35+
remote = "git@github.com:rabbitmq/bazel-erlang.git",
3636
)
3737

3838
load("@bazel-erlang//:bazel_erlang.bzl", "bazel_erlang_deps")

0 commit comments

Comments
 (0)