aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/ignore_root_user_error/README.md
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2024-01-16 16:42:56 -0800
committerYifan Hong <elsk@google.com>2024-01-16 16:42:57 -0800
commit1508c18d9e27325a8d9c574a90d205e0a1d8a78f (patch)
tree721d3225371f656a66228a41796c81aa4d8bc096 /tests/integration/ignore_root_user_error/README.md
parent3e21f23d9400ba51f10e9b76016ff6d472829b4e (diff)
parent231d3f633fbcbb36028d96a188298df99bf153e1 (diff)
downloadbazelbuild-rules_python-1508c18d9e27325a8d9c574a90d205e0a1d8a78f.tar.gz
Upgrade bazelbuild-rules_python to 0.28.0
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update bazelbuild-rules_python For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: Ic0584645f577a4ea1f67458ca5e753f8a906aaa4
Diffstat (limited to 'tests/integration/ignore_root_user_error/README.md')
-rw-r--r--tests/integration/ignore_root_user_error/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/ignore_root_user_error/README.md b/tests/integration/ignore_root_user_error/README.md
new file mode 100644
index 0000000..47da5eb
--- /dev/null
+++ b/tests/integration/ignore_root_user_error/README.md
@@ -0,0 +1,2 @@
+# ignore_root_user_errors
+There are cases when we have to run Python targets with root, e.g., in Docker containers, requiring setting `ignore_root_user_error = True` when registering Python toolchain. This test makes sure that rules_python works in this case. \ No newline at end of file