Skip to content

Commit

Permalink
try target_compatible_with
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Jun 11, 2024
1 parent 0194594 commit 532b9bc
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,7 @@ plt(
"//deps/rabbit:erlang_app",
"//deps/rabbit_common:erlang_app",
],
exec_compatible_with = ["@platforms//os:macos"],
target_compatible_with = ["@platforms//os:macos"],
)

dialyze(
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,7 @@ plt(
"//deps/rabbitmq_management_agent:erlang_app", # keep
"@proper//:erlang_app", # keep
],
exec_compatible_with = ["@platforms//os:macos"],
target_compatible_with = ["@platforms//os:macos"],
)

dialyze(
Expand Down

0 comments on commit 532b9bc

Please sign in to comment.