Skip to content

Commit fbb4101

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)
1 parent 7795ccc commit fbb4101

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
@@ -134,7 +134,10 @@ plt(
134134

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

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

0 commit comments

Comments
 (0)