Skip to content

Commit bc4ea8c

Browse files
authored
chore(bazel6): allow_tags_propagation (#53)
Fixes #8
1 parent f35b400 commit bc4ea8c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

flags.bzl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ FLAGS = {
6363
equivalent to using `--config=linux` on Linux, `--config=windows` on Windows, etc.
6464
""",
6565
),
66+
"experimental_allow_tags_propagation": struct(
67+
default = True,
68+
if_bazel_version = ge_same_major("6.0.0"),
69+
description = """\
70+
Allow tags to be propagated to external repositories.
71+
Flipped to true in Bazel 7, see https://github.com/bazelbuild/bazel/commit/d0625f5b37e7cfe4ecfcff02b15f634c53d7440c
72+
""",
73+
),
6674
"experimental_check_external_repository_files": struct(
6775
default = False,
6876
description = """\

0 commit comments

Comments
 (0)