We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
genrule_accepts_toolchain_types
1 parent 5d3fd91 commit 4393953Copy full SHA for 4393953
features.bzl
@@ -152,6 +152,9 @@ _toolchains = struct(
152
# Whether the use_target_platform_constraints attribute is available on the toolchain rule (#25123)
153
# https://github.com/bazelbuild/bazel/commit/ba9e539a086859afaa4d2b3bf8d3afb44bcd06ce
154
has_use_target_platform_constraints = ge("8.2.0"),
155
+ # Whether genrule.toolchains accepts toolchain_type targets
156
+ # https://github.com/bazelbuild/bazel/commit/0e876b1794d4db58b72949014401d22cc65d94a1
157
+ genrule_accepts_toolchain_types = ge_same_major("8.3.0") or ge("9.0.0-pre.20241016.1"),
158
)
159
160
bazel_features = struct(
0 commit comments