Skip to content

Commit

Permalink
fixup backport
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Jun 19, 2024
1 parent 306c593 commit f73af61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions deps/rabbit/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,6 @@ plt(
],
for_target = ":erlang_app",
ignore_warnings = True,
<<<<<<< HEAD
=======
libs = ["@rules_elixir//elixir"], # keep
>>>>>>> 5debebfaf3 (Use rules_elixir to build the cli without mix)
plt = "//:base_plt",
deps = [
"@looking_glass//:erlang_app", # keep
Expand Down
2 changes: 1 addition & 1 deletion deps/rabbitmq_amqp1_0/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ plt(
],
for_target = ":erlang_app",
ignore_warnings = True,
libs = ["//deps/rabbitmq_cli:elixir"], # keep
libs = ["@rules_elixir//elixir"], # keep
plt = "//:base_plt",
deps = ["//deps/rabbitmq_cli:erlang_app"], # keep
)
Expand Down

0 comments on commit f73af61

Please sign in to comment.