Skip to content

Commit

Permalink
Update the note about eetcd and dialyzer
Browse files Browse the repository at this point in the history
now that the original issue has been resolved. We cannot bump gun just
yet, as eetcd is not yet compatible with gun 2.0.0

zhongwencool/eetcd#28
zhongwencool/eetcd#55
(cherry picked from commit 185e910)
(cherry picked from commit 31f5eec)

# Conflicts:
#	deps/rabbitmq_peer_discovery_etcd/BUILD.bazel
  • Loading branch information
HoloRin authored and mergify[bot] committed Feb 16, 2023
1 parent b0a4c75 commit 7d133ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deps/rabbitmq_peer_discovery_etcd/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,16 @@ xref()
plt(
name = "base_plt",
plt = "//:base_plt",
<<<<<<< HEAD
deps = DEPS,
=======
deps = DEPS + without(
# eetcd depends on gun, which still uses erlang:get_stacktrace/0
# and fails this rule if included
"@eetcd//:erlang_app",
RUNTIME_DEPS,
),
>>>>>>> 31f5eec5f9 (Update the note about eetcd and dialyzer)
)

dialyze(
Expand Down

0 comments on commit 7d133ce

Please sign in to comment.