Skip to content

Commit 7565ad6

Browse files
authored
Add feature for mnemonic on ctx.actions.write (#130)
Added in: bazelbuild/bazel#26456
1 parent a4fd8e5 commit 7565ad6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

features.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ _rules = struct(
148148
# Whether ctx.actions.symlink accepts a target_type argument to create junctions on Windows.
149149
# https://github.com/bazelbuild/bazel/commit/b9bbda939cddab807e34559cb7ee798febfa3861
150150
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"),
151154
# Whether ctx.actions.write supports the execution_requirements parameter.
152155
# https://github.com/bazelbuild/bazel/commit/2e4abf8b2252512947298300a03750574f050ce6
153156
# https://github.com/bazel-io/bazel/commit/825369f7231b11f2d966bf8f3ef2d4905eae1344

0 commit comments

Comments
 (0)