Skip to content

Commit

Permalink
Revert "Bazel bits for #9926"
Browse files Browse the repository at this point in the history
This reverts commit 8d402e7.
  • Loading branch information
mkuratczyk authored and michaelklishin committed Feb 29, 2024
1 parent 959f553 commit 05a4df0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deps/rabbitmq_cli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ mix_archive_build(
archives = ["@hex//:archive"],
)

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

# Note: All the various rabbitmq-* scripts are just copies of rabbitmqctl
rabbitmqctl(
name = "rabbitmqctl",
Expand All @@ -32,6 +39,7 @@ rabbitmqctl(
license_files = glob(["LICENSE*"]),
source_deps = {
"@csv//:sources": "csv",
"@json//:sources": "json",
},
visibility = ["//visibility:public"],
deps = [
Expand Down Expand Up @@ -101,6 +109,7 @@ plt(
],
ez_deps = [
":csv_ez",
":json_ez",
],
ignore_warnings = True,
libs = [":elixir"],
Expand Down Expand Up @@ -142,6 +151,7 @@ rabbitmqctl_test(
source_deps = {
"@amqp//:sources": "amqp",
"@csv//:sources": "csv",
"@json//:sources": "json",
"@temp//:sources": "temp",
"@x509//:sources": "x509",
},
Expand Down

0 comments on commit 05a4df0

Please sign in to comment.