Skip to content

Commit

Permalink
feat: add treeartifact_permits_uplevel symlinks feature (#40)
Browse files Browse the repository at this point in the history
A feature gate for bazelbuild/bazel#21263
  • Loading branch information
thesayyn authored Feb 21, 2024
1 parent c739360 commit 697d54e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ _rules = struct(
# metadata_files parameter. Introduced in commit
# https://github.com/bazelbuild/bazel/commit/ef54ef5d17a013c863c4e2fb0583e6bd209645f2.
instrumented_files_info_has_metadata_files = ge("7.0.0-pre.20230710.5"),
# Whether treeartifacts can have symlinks pointing outside of the tree artifact. (#21263)
permits_treeartifact_uplevel_symlinks = ge("7.1.0"),
)

_toolchains = struct(
Expand Down

0 comments on commit 697d54e

Please sign in to comment.