Ignore rules_python root warning

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2024-11-29 08:48:13 +01:00 committed by Daniel Weiße
parent 2268b47349
commit 80a1c4bfd2
2 changed files with 6 additions and 2715 deletions

View File

@ -25,6 +25,12 @@ go_sdk.download(
version = "1.23.2",
)
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(
ignore_root_user_error = True,
python_version = "3.11",
)
# the use_repo rule needs to list all top-level go dependencies
# update automatically using `bazel mod tidy`.
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")

2715
MODULE.bazel.lock generated

File diff suppressed because it is too large Load Diff