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 7ffe2f7 commit 8400610Copy full SHA for 8400610
python/extensions.bzl
@@ -42,7 +42,11 @@ python = module_extension(
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(),
+ "ignore_root_user_error": attr.bool(
46
+ default = False,
47
+ doc = "Whether the check for root should be ignored or not. This causes cache misses with .pyc files.",
48
+ mandatory = False,
49
+ ),
50
"name": attr.string(mandatory = True),
51
"python_version": attr.string(mandatory = True),
52
},
0 commit comments