diff --git a/BUILD.bazel b/BUILD.bazel index 6eb33f026d..27c556f9dc 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -137,7 +137,10 @@ plt( PLUGINS = all_plugins( rabbitmq_workspace = "", -) +) + select({ + "@rules_erlang//:debug_build": ["@looking_glass//:erlang_app"], + "//conditions:default": [], +}) rabbitmq_home( name = "broker-home",