Place looking_glass in the broker plugins file if `-c dbg` is set

in bazel
This commit is contained in:
Rin Kuryloski 2023-05-30 10:34:01 +02:00
parent 218db9e21b
commit 55d3d22bca
1 changed files with 4 additions and 1 deletions

View File

@ -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",