mirror of https://github.com/mongodb/mongo
SERVER-111463 Force codeowners to use bazel installed python (#41814)
GitOrigin-RevId: 051312d4b760c400dbbd3a184254ccb41211ad98
This commit is contained in:
parent
bf843f32c1
commit
21cd71cde5
|
|
@ -210,6 +210,9 @@ poetry(
|
|||
name = "poetry_bazel_rules_mongo",
|
||||
lockfile = "@bazel_rules_mongo//:poetry.lock",
|
||||
pyproject = "@bazel_rules_mongo//:pyproject.toml",
|
||||
python_interpreter_target_default = "@py_host//:dist/bin/python3",
|
||||
python_interpreter_target_mac = "@py_host//:dist/bin/python3",
|
||||
python_interpreter_target_win = "@py_host//:dist/python.exe",
|
||||
)
|
||||
|
||||
load("//bazel/format:shfmt.bzl", "shfmt")
|
||||
|
|
|
|||
Loading…
Reference in New Issue