Skip to content

Commit

Permalink
fixup backport
Browse files Browse the repository at this point in the history
(cherry picked from commit f73af61)
  • Loading branch information
HoloRin authored and mergify[bot] committed Jun 20, 2024
1 parent 3796fbb commit 6a456cc
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 @@ -241,10 +241,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 6a456cc

Please sign in to comment.