Use rolling release for Bazel.

Since TF is in the progress of migrating to `cc_shared_library`, we are stress testing Bazel and uncovering a large number of bugs. We are in the state where some TF builds are broken with cascading failures and there is a long wait until a new LTS Bazel release. So, we're switching to rolling releases in an attempt to fix the builds.

However, if this causes more failures than it resolves, we will need to return back to stable releases.

PiperOrigin-RevId: 445259819
This commit is contained in:
Mihai Maruseac 2022-04-28 15:11:08 -07:00 committed by TensorFlower Gardener
parent 23cca349e4
commit c39f19c52a
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
5.1.1
last_downstream_green

View File

@ -45,8 +45,9 @@ _TF_BAZELRC_FILENAME = '.tf_configure.bazelrc'
_TF_WORKSPACE_ROOT = ''
_TF_BAZELRC = ''
_TF_CURRENT_BAZEL_VERSION = None
# TODO(mihaimaruseac): Remove these checks as they are no longer useful
_TF_MIN_BAZEL_VERSION = '4.2.2'
_TF_MAX_BAZEL_VERSION = '5.99.0'
_TF_MAX_BAZEL_VERSION = '999999.99.0'
NCCL_LIB_PATHS = [
'lib64/', 'lib/powerpc64le-linux-gnu/', 'lib/x86_64-linux-gnu/', ''