SERVER-120217 Update to using rules python (#48943)

GitOrigin-RevId: 4684e8f134d1fff534747129566fed89a4f96528
This commit is contained in:
Andrew Bradshaw
2026-03-05 17:16:22 -08:00
committed by MongoDB Bot
parent 40bd5f34d8
commit f4644578e0
129 changed files with 618 additions and 184 deletions

View File

@@ -1,4 +1,4 @@
load("@bazel_tools//tools/python:toolchain.bzl", "py_runtime_pair")
load("@rules_python//python:defs.bzl", "py_runtime", "py_runtime_pair")
filegroup(
name = "files",
@@ -37,5 +37,5 @@ toolchain(
exec_compatible_with = [{constraints}],
target_compatible_with = [{constraints}],
toolchain = ":py_runtime_pair",
toolchain_type = "@bazel_tools//tools/python:toolchain_type",
toolchain_type = "@rules_python//python:toolchain_type",
)