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 244c606 commit 0ba98a6Copy full SHA for 0ba98a6
python/extensions.bzl
@@ -30,6 +30,7 @@ def _python_impl(module_ctx):
30
# Toolchain registration in bzlmod is done in MODULE file
31
register_toolchains = False,
32
register_coverage_tool = attr.configure_coverage_tool,
33
+ ignore_root_user_error = attr.ignore_root_user_error,
34
)
35
36
python = module_extension(
@@ -41,6 +42,7 @@ python = module_extension(
41
42
mandatory = False,
43
doc = "Whether or not to configure the default coverage tool for the toolchains.",
44
),
45
+ "ignore_root_user_error": attr.bool(),
46
"name": attr.string(mandatory = True),
47
"python_version": attr.string(mandatory = True),
48
},
0 commit comments