Skip to content

Commit

Permalink
Fix bazel HEAD compatibility (#303)
Browse files Browse the repository at this point in the history
After moving linking behavior to starlark this is required even though
we don't care about it. It's just for tests in this case.
  • Loading branch information
keith authored Feb 16, 2024
1 parent b791ee3 commit a3ae3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/starlark_apple_binary.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ starlark_apple_binary = rule(
default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
),
},
fragments = ["apple", "objc", "cpp"],
fragments = ["apple", "objc", "cpp", "j2objc"],
implementation = _starlark_apple_binary_impl,
)

0 comments on commit a3ae3fa

Please sign in to comment.