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.
use_target_platform_constraints
1 parent 52fcc41 commit ecb5000Copy full SHA for ecb5000
features.bzl
@@ -129,6 +129,9 @@ _toolchains = struct(
129
# Whether the mandatory parameter is available on the config_common.toolchain_type function, and thus, whether optional toolchains are supported
130
# https://bazel.build/versions/6.0.0/extending/toolchains#optional-toolchains
131
has_optional_toolchains = ge("6.0.0"),
132
+ # Whether the use_target_platform_constraints attribute is available on the toolchain rule (#25123)
133
+ # https://github.com/bazelbuild/bazel/commit/ba9e539a086859afaa4d2b3bf8d3afb44bcd06ce
134
+ has_use_target_platform_constraints = ge("8.2.0"),
135
)
136
137
bazel_features = struct(
0 commit comments