mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 07:25:51 -04:00
Ignore rules_python root warning
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
2268b47349
commit
80a1c4bfd2
@ -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
2715
MODULE.bazel.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user