fixup backport

(cherry picked from commit f73af61077)
This commit is contained in:
Rin Kuryloski 2024-06-19 13:59:29 +02:00 committed by Mergify
parent 3796fbb5fc
commit 6a456cc2a9
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -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
)