Skip to content

Commit

Permalink
exec_compatible_with is problematic the way we cquery
Browse files Browse the repository at this point in the history
as it results in explicitly requesting the target

instead try just a manual tag
  • Loading branch information
HoloRin committed Jun 11, 2024
1 parent 532b9bc commit 627fe07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/rabbitmq_cli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ plt(
"//deps/rabbit:erlang_app",
"//deps/rabbit_common:erlang_app",
],
target_compatible_with = ["@platforms//os:macos"],
)

dialyze(
Expand All @@ -100,6 +99,7 @@ dialyze(
),
libs = [":elixir"],
plt = ":deps_plt",
tags = ["manual"],
)

rabbitmqctl_test(
Expand Down
2 changes: 1 addition & 1 deletion deps/rabbitmq_ct_helpers/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ plt(
"//deps/rabbitmq_management_agent:erlang_app", # keep
"@proper//:erlang_app", # keep
],
target_compatible_with = ["@platforms//os:macos"],
)

dialyze(
Expand All @@ -96,6 +95,7 @@ dialyze(
plt = ":deps_plt",
target = ":erlang_app",
warnings_as_errors = False,
tags = ["manual"],
)

eunit(
Expand Down

0 comments on commit 627fe07

Please sign in to comment.