SERVER-120217 Update to using rules python (#48943)
GitOrigin-RevId: 4684e8f134d1fff534747129566fed89a4f96528
This commit is contained in:
committed by
MongoDB Bot
parent
40bd5f34d8
commit
f4644578e0
@@ -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",
|
||||
)
|
||||
Reference in New Issue
Block a user