Skip to content

Commit 897df58

Browse files
thomasvlswiple-rules-gardener
authored andcommitted
*_build_test: Don't allow targets to be empty.
PiperOrigin-RevId: 604283623
1 parent 4209a90 commit 897df58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apple/internal/testing/build_test_rules.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ number (for example, `"9.0"`).
105105
""",
106106
),
107107
"targets": attr.label_list(
108+
allow_empty = False,
108109
cfg = transition_support.apple_platform_split_transition,
109110
doc = "The targets to check for successful build.",
110111
),

0 commit comments

Comments
 (0)