We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35b400 commit bc4ea8cCopy full SHA for bc4ea8c
flags.bzl
@@ -63,6 +63,14 @@ FLAGS = {
63
equivalent to using `--config=linux` on Linux, `--config=windows` on Windows, etc.
64
""",
65
),
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
+ ),
74
"experimental_check_external_repository_files": struct(
75
default = False,
76
description = """\
0 commit comments