mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
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:
parent
23cca349e4
commit
c39f19c52a
|
|
@ -1 +1 @@
|
|||
5.1.1
|
||||
last_downstream_green
|
||||
|
|
|
|||
|
|
@ -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/', ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user