bazel run gazelle

This commit is contained in:
GitHub 2023-09-20 04:03:13 +00:00
parent 2d39674c29
commit 6a78a2bb9b
3 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,6 @@ rabbitmq_run_command(
subcommand = "stop-node",
)
# Allows us to `bazel run start-cluster`
# for the equivalent of `make start-cluster`
rabbitmq_run_command(

2
deps/rabbit/app.bzl vendored
View File

@ -1610,7 +1610,7 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
outs = ["test/transactions_SUITE.beam"],
app_name = "rabbit",
erlc_opts = "//:test_erlc_opts",
deps = ["//deps/amqp_client:erlang_app", "//deps/rabbitmq_ct_helpers:erlang_app"],
deps = ["//deps/amqp_client:erlang_app"],
)
erlang_bytecode(
name = "unit_access_control_SUITE_beam_files",

View File

@ -1138,6 +1138,7 @@ rabbitmq_prometheus:
- prometheus_process_collector
- prometheus_rabbitmq_alarm_metrics_collector
- prometheus_rabbitmq_core_metrics_collector
- prometheus_rabbitmq_dynamic_collector
- prometheus_rabbitmq_global_metrics_collector
- rabbit_prometheus_app
- rabbit_prometheus_dispatcher