mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[CI] Bump Bazel version to 4.2.2 (#24242)
This commit is contained in:
parent
f623c607f2
commit
3234fd3db4
2 changed files with 5 additions and 1 deletions
|
@ -17,6 +17,9 @@ grpc_extra_deps()
|
||||||
|
|
||||||
load("@bazel_skylib//lib:versions.bzl", "versions")
|
load("@bazel_skylib//lib:versions.bzl", "versions")
|
||||||
|
|
||||||
|
# TODO (shrekris-anyscale): Update the min version to 4.2.2 once Windows uses
|
||||||
|
# it in CI.
|
||||||
|
|
||||||
# When the bazel version is updated, make sure to update it
|
# When the bazel version is updated, make sure to update it
|
||||||
# in setup.py as well.
|
# in setup.py as well.
|
||||||
versions.check(minimum_bazel_version = "4.2.1")
|
versions.check(minimum_bazel_version = "4.2.1")
|
||||||
|
|
|
@ -24,7 +24,8 @@ logger = logging.getLogger(__name__)
|
||||||
SUPPORTED_PYTHONS = [(3, 6), (3, 7), (3, 8), (3, 9), (3, 10)]
|
SUPPORTED_PYTHONS = [(3, 6), (3, 7), (3, 8), (3, 9), (3, 10)]
|
||||||
# When the bazel version is updated, make sure to update it
|
# When the bazel version is updated, make sure to update it
|
||||||
# in WORKSPACE file as well.
|
# in WORKSPACE file as well.
|
||||||
SUPPORTED_BAZEL = (4, 2, 1)
|
|
||||||
|
SUPPORTED_BAZEL = (4, 2, 2)
|
||||||
|
|
||||||
ROOT_DIR = os.path.dirname(__file__)
|
ROOT_DIR = os.path.dirname(__file__)
|
||||||
BUILD_JAVA = os.getenv("RAY_INSTALL_JAVA") == "1"
|
BUILD_JAVA = os.getenv("RAY_INSTALL_JAVA") == "1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue