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
  • Loading branch information
mark-thm authored Oct 23, 2024
1 parent 24b019d commit 8ee6cfa
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 files with arbitrary characters (including spaces) are allowed in Bazel runfiles.
# https://github.com/fmeum/bazel/commit/6e4072eeee16582531918d4ab1988f5df9fd550f
allow_runfiles_with_arbitrary_characters = 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 8ee6cfa

Please sign in to comment.