Skip to content

Commit 55d3d22

Browse files
committed
Place looking_glass in the broker plugins file if -c dbg is set
in bazel
1 parent 218db9e commit 55d3d22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,10 @@ plt(
137137

138138
PLUGINS = all_plugins(
139139
rabbitmq_workspace = "",
140-
)
140+
) + select({
141+
"@rules_erlang//:debug_build": ["@looking_glass//:erlang_app"],
142+
"//conditions:default": [],
143+
})
141144

142145
rabbitmq_home(
143146
name = "broker-home",

0 commit comments

Comments
 (0)