File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ def envoy_dependencies_extra(python_version = PYTHON_VERSION):
17
17
python_register_toolchains (
18
18
name = "python%s" % ("_" .join (python_version .split ("." )[:- 1 ])),
19
19
python_version = python_version ,
20
+ ignore_root_user_error = True ,
20
21
)
21
22
22
23
aspect_bazel_lib_dependencies ()
Original file line number Diff line number Diff line change @@ -907,9 +907,9 @@ REPOSITORY_LOCATIONS_SPEC = dict(
907
907
project_name = "Python rules for Bazel" ,
908
908
project_desc = "Bazel rules for the Python language" ,
909
909
project_url = "https://github.com/bazelbuild/rules_python" ,
910
- version = "0.10.2 " ,
911
- sha256 = "a3a6e99f497be089f81ec082882e40246bfd435f52f4e82f37e89449b04573f6 " ,
912
- release_date = "2022-07-14 " ,
910
+ version = "0.12.0 " ,
911
+ sha256 = "b593d13bb43c94ce94b483c2858e53a9b811f6f10e1e0eedc61073bd90e58d9c " ,
912
+ release_date = "2022-08-29 " ,
913
913
strip_prefix = "rules_python-{version}" ,
914
914
urls = ["https://github.com/bazelbuild/rules_python/archive/{version}.tar.gz" ],
915
915
use_category = ["build" ],
You can’t perform that action at this time.
0 commit comments