Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ _rules = struct(

# Whether ctx.configuration.is_tool_configuration is public API
# https://github.com/bazelbuild/bazel/commit/84c0253add3784b75ff08b6d049a7f152c7b7532
is_tool_configuration_public = ge_same_major("8.7.0") or ge_same_major("9.1.0") or ge("10.0.0-pre.20260329.2"),
is_tool_configuration_public = ge_same_major("8.7.0") or ge_same_major("9.1.0") or ge_same_major("10.0.0-pre.20260329.2"),
Comment thread
fmeum marked this conversation as resolved.

# Internal only, don't use outside rules_java, rules_python & rules_shell.
# TODO: Use a larger version range after cherry-picking
Expand Down
Loading