Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adopt allowlist attr names
Browse files Browse the repository at this point in the history
Bazel moved to using "allowlist" in Jun 2020 and dropped support for the
legacy names in Sep 2023, so newer versions of Bazel don't work.
jwnrt committed Feb 4, 2024

Verified

This commit was signed with the committer’s verified signature.
xoxys Robert Kaussow
1 parent 850449f commit 82988d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion installer/def.bzl
Original file line number Diff line number Diff line change
@@ -118,7 +118,9 @@ _gen_installer = rule(
allow_single_file = True,
default = Label(_TEMPLATE_TARGET),
),
"_whitelist_function_transition": attr.label(default = "@bazel_tools//tools/whitelists/function_transition_whitelist"),
"_allowlist_function_transition": attr.label(
default = "@bazel_tools//tools/allowlists/function_transition_allowlist"
),
},
executable = True,
outputs = {

0 comments on commit 82988d6

Please sign in to comment.