Place looking_glass in the broker plugins file if `-c dbg` is set
in bazel
This commit is contained in:
parent
218db9e21b
commit
55d3d22bca
|
@ -137,7 +137,10 @@ plt(
|
||||||
|
|
||||||
PLUGINS = all_plugins(
|
PLUGINS = all_plugins(
|
||||||
rabbitmq_workspace = "",
|
rabbitmq_workspace = "",
|
||||||
)
|
) + select({
|
||||||
|
"@rules_erlang//:debug_build": ["@looking_glass//:erlang_app"],
|
||||||
|
"//conditions:default": [],
|
||||||
|
})
|
||||||
|
|
||||||
rabbitmq_home(
|
rabbitmq_home(
|
||||||
name = "broker-home",
|
name = "broker-home",
|
||||||
|
|
Loading…
Reference in New Issue