Skip to content

Commit

Permalink
Remove implicit dependencies of _allowlist_function_transition in t…
Browse files Browse the repository at this point in the history
…hird_party

Rules are not required to have an implicit dependencies on the transition allowlist since Bazel knows where the file is.

PiperOrigin-RevId: 610789053
  • Loading branch information
kotlaja authored and gvisor-bot committed Nov 2, 2024
1 parent 6adc072 commit 9e29f5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tools/arch.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,5 @@ arch_genrule = rule(
doc = "Template for the output files.",
mandatory = True,
),
"_allowlist_function_transition": attr.label(
default = _transition_allowlist,
),
},
)
3 changes: 0 additions & 3 deletions tools/nogo/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,6 @@ nogo_test = rule(
default = "//tools/nogo:target",
cfg = arch_transition,
),
"_allowlist_function_transition": attr.label(
default = transition_allowlist,
),
},
test = True,
)
Expand Down

0 comments on commit 9e29f5d

Please sign in to comment.