Merge pull request #11600 from rabbitmq/gazelle-main

bazel run gazelle
This commit is contained in:
Michael Klishin 2024-07-02 01:25:37 -04:00 committed by GitHub
commit 5c59a8ecec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
deps/rabbit/app.bzl vendored
View File

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