Skip to content

Commit 8f46faf

Browse files
HoloRinmergify[bot]
authored andcommitted
Place looking_glass in the broker plugins file if -c dbg is set
in bazel (cherry picked from commit 55d3d22) (cherry picked from commit 1674707) (cherry picked from commit fbb4101)
1 parent e619462 commit 8f46faf

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
@@ -135,7 +135,10 @@ plt(
135135

136136
PLUGINS = all_plugins(
137137
rabbitmq_workspace = "",
138-
)
138+
) + select({
139+
"@rules_erlang//:debug_build": ["@looking_glass//:erlang_app"],
140+
"//conditions:default": [],
141+
})
139142

140143
rabbitmq_home(
141144
name = "broker-home",

0 commit comments

Comments
 (0)