Revert "Upgrade default bazel installation to ver 4.2.1 (#18714)" (#18825)

This commit is contained in:
gjoliver 2021-09-22 13:54:48 -07:00 committed by GitHub
parent d9b166252b
commit e6511bcf56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ import urllib.request
logger = logging.getLogger(__name__)
SUPPORTED_PYTHONS = [(3, 6), (3, 7), (3, 8), (3, 9)]
SUPPORTED_BAZEL = (4, 2, 1)
SUPPORTED_BAZEL = (3, 4, 1)
ROOT_DIR = os.path.dirname(__file__)
BUILD_JAVA = os.getenv("RAY_INSTALL_JAVA") == "1"