mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

* Revert "Revert "[grpc] Upgrade grpc to 1.45.2 (#24064)" (#24145)"
This reverts commit f1a1f97992
.
12 lines
443 B
Diff
12 lines
443 B
Diff
diff --git third_party/py/python_configure.bzl third_party/py/python_configure.bzl
|
|
--- third_party/py/python_configure.bzl
|
|
+++ third_party/py/python_configure.bzl
|
|
@@ -345,7 +345,7 @@ def _python_autoconf_impl(repository_ctx):
|
|
repository_ctx,
|
|
"_python3",
|
|
_PYTHON3_BIN_PATH,
|
|
- "python3",
|
|
+ "python3" if not _is_windows(repository_ctx) else "python.exe",
|
|
_PYTHON3_LIB_PATH,
|
|
False
|
|
)
|