Skip to content

Commit

Permalink
Correct the plt for peer_discovery_etcd in bazel
Browse files Browse the repository at this point in the history
so that errors are correctly reported
  • Loading branch information
pjk25 committed May 6, 2024
1 parent 746c06f commit 946805d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deps/rabbitmq_peer_discovery_etcd/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,13 @@ plt(
"//deps/rabbit:erlang_app", # keep
"//deps/rabbit_common:erlang_app", # keep
"//deps/rabbitmq_peer_discovery_common:erlang_app", # keep
"@eetcd//:erlang_app", #keep
],
)

dialyze(
name = "dialyze",
dialyzer_opts = without(
"-Wunknown", # also because of `eetcd'
RABBITMQ_DIALYZER_OPTS,
),
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
plt = ":deps_plt",
target = ":erlang_app",
)
Expand Down

0 comments on commit 946805d

Please sign in to comment.