Skip to content

Commit

Permalink
Place looking_glass in the broker plugins file if -c dbg is set
Browse files Browse the repository at this point in the history
in bazel

(cherry picked from commit 55d3d22)
  • Loading branch information
HoloRin authored and mergify[bot] committed May 30, 2023
1 parent c68fa84 commit 1674707
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,10 @@ plt(

PLUGINS = all_plugins(
rabbitmq_workspace = "",
)
) + select({
"@rules_erlang//:debug_build": ["@looking_glass//:erlang_app"],
"//conditions:default": [],
})

rabbitmq_home(
name = "broker-home",
Expand Down

0 comments on commit 1674707

Please sign in to comment.