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.
1 parent 4393953 commit e71aba7Copy full SHA for e71aba7
1 file changed
features.bzl
@@ -155,6 +155,9 @@ _toolchains = struct(
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
+ # Whether the default_test_toolchain_type exists
159
+ # https://github.com/bazelbuild/bazel/commit/7d685648a8a9e4ea203f95ad983088a17103f4a6
160
+ has_default_test_toolchain_type = ge("9.0.0-pre.20250324.2"),
161
)
162
163
bazel_features = struct(
0 commit comments