Skip to content

Commit

Permalink
feat: add feature to indicate availability of runfiles with arbitrary…
Browse files Browse the repository at this point in the history
… characters (#79)
  • Loading branch information
mark-thm authored Oct 25, 2024
1 parent 24b019d commit eb49cc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions features.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ _proto = struct(
)

_rules = struct(
# Whether runfiles may contain all characters. Support for all characters added in:
# https://github.com/bazelbuild/bazel/commit/c9115305cb81e7fe645f91ca790642cab136b2a1
all_characters_allowed_in_runfiles = ge("7.4.0"),
# Whether the computed_substitutions parameter of ctx.actions.expand_template and ctx.actions.template_dict are stable.
# https://github.com/bazelbuild/bazel/commit/61c31d255b6ba65c372253f65043d6ea3f10e1f9
expand_template_has_computed_substitutions = ge("7.0.0-pre.20231011.2"),
Expand Down

0 comments on commit eb49cc1

Please sign in to comment.