fixup backport
This commit is contained in:
parent
306c593085
commit
f73af61077
|
@ -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
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue