Skip to content

Commit

Permalink
Merge pull request #8171 from rabbitmq/gazelle-v3.11.x
Browse files Browse the repository at this point in the history
Adopt otp
  • Loading branch information
michaelklishin committed May 13, 2023
2 parents 3336b0b + 5762584 commit 06e9b32
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions deps/rabbitmq_cli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ load(
mix_archive_build(
name = "parallel_stream_ez",
srcs = ["@parallel_stream//:sources"],
archives = ["@hex//:archive"],
out = "parallel_stream.ez",
archives = ["@hex//:archive"],
)

mix_archive_build(
name = "csv_ez",
srcs = ["@csv//:sources"],
out = "csv.ez",
archives = ["@hex//:archive"],
ez_deps = [
":parallel_stream_ez",
],
out = "csv.ez",
)

mix_archive_build(
name = "json_ez",
srcs = ["@json//:sources"],
archives = ["@hex//:archive"],
out = "json.ez",
archives = ["@hex//:archive"],
)

# Note: All the various rabbitmq-* scripts are just copies of rabbitmqctl
Expand Down Expand Up @@ -112,6 +112,11 @@ plt(
"public_key",
"runtime_tools",
],
ez_deps = [
":parallel_stream_ez",
":csv_ez",
":json_ez",
],
ignore_warnings = True,
libs = [":elixir"],
deps = [
Expand All @@ -120,11 +125,6 @@ plt(
"//deps/rabbit:erlang_app",
"//deps/rabbit_common:erlang_app",
],
ez_deps = [
":parallel_stream_ez",
":csv_ez",
":json_ez",
],
)

dialyze(
Expand Down

0 comments on commit 06e9b32

Please sign in to comment.