We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mnemonic
ctx.actions.write
1 parent a4fd8e5 commit 7565ad6Copy full SHA for 7565ad6
1 file changed
features.bzl
@@ -148,6 +148,9 @@ _rules = struct(
148
# Whether ctx.actions.symlink accepts a target_type argument to create junctions on Windows.
149
# https://github.com/bazelbuild/bazel/commit/b9bbda939cddab807e34559cb7ee798febfa3861
150
symlink_action_has_target_type = ge("9.0.0"),
151
+ # Whether ctx.actions.write accepts a mnemonic parameter.
152
+ # https://github.com/bazelbuild/bazel/commit/34673f3371229fe310b433cf6ade353b9610f9fb
153
+ write_action_has_mnemonic = ge("9.0.0-pre.20250710.1"),
154
# Whether ctx.actions.write supports the execution_requirements parameter.
155
# https://github.com/bazelbuild/bazel/commit/2e4abf8b2252512947298300a03750574f050ce6
156
# https://github.com/bazel-io/bazel/commit/825369f7231b11f2d966bf8f3ef2d4905eae1344
0 commit comments