Skip to content

Commit

Permalink
bazel run gazelle post CMQ removal
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jun 9, 2024
1 parent b9f387b commit f39b7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/rabbit/app.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ def all_beam_files(name = "all_beam_files"):
erlang_bytecode(
name = "behaviours",
srcs = [
"src/gm.erl",
"src/mc.erl",
"src/rabbit_backing_queue.erl",
"src/rabbit_credential_validator.erl",
Expand All @@ -32,6 +31,7 @@ def all_beam_files(name = "all_beam_files"):
"src/background_gc.erl",
"src/code_server_cache.erl",
"src/gatherer.erl",
"src/gm.erl",
"src/internal_user.erl",
"src/lqueue.erl",
"src/mc_amqp.erl",
Expand Down Expand Up @@ -268,7 +268,6 @@ def all_test_beam_files(name = "all_test_beam_files"):
name = "test_behaviours",
testonly = True,
srcs = [
"src/gm.erl",
"src/mc.erl",
"src/rabbit_backing_queue.erl",
"src/rabbit_credential_validator.erl",
Expand All @@ -292,6 +291,7 @@ def all_test_beam_files(name = "all_test_beam_files"):
"src/background_gc.erl",
"src/code_server_cache.erl",
"src/gatherer.erl",
"src/gm.erl",
"src/internal_user.erl",
"src/lqueue.erl",
"src/mc_amqp.erl",
Expand Down

0 comments on commit f39b7bb

Please sign in to comment.