File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ boost_deps()
5252# reliable downloads.
5353
5454# TODO(b/178125783): update this commit when TF 2.5 is released.
55- _TENSORFLOW_GIT_COMMIT = "d2460be38bd655520dd16a0a64096e0161d52331 " # 1/15 /2021 commit
56- _TENSORFLOW_ARCHIVE_SHA256 = "80aa4e312b3e98403098ee051834eb481158bdfd05d9c9de0195d6540ab63e78 "
55+ _TENSORFLOW_GIT_COMMIT = "c3a7f66acec96893b904ad36114d4bf109e3188a " # 2/04 /2021 commit
56+ _TENSORFLOW_ARCHIVE_SHA256 = "70fbfcf2e01151ca101d347513c8a9d992971d341e7af2204ee9aa25f32d0d6a "
5757
5858http_archive (
5959 name = "org_tensorflow" ,
@@ -63,6 +63,10 @@ http_archive(
6363 "https://github.com/tensorflow/tensorflow/archive/%s.tar.gz" % _TENSORFLOW_GIT_COMMIT ,
6464 ],
6565 strip_prefix = "tensorflow-%s" % _TENSORFLOW_GIT_COMMIT ,
66+ # TODO(b/179042255): remove patch when tf nightly's dependencies is fixed.
67+ patches = [
68+ "//third_party:tensorflow_visibility.patch" ,
69+ ],
6670)
6771
6872# Please add all new struct2tensor dependencies in workspace.bzl.
Original file line number Diff line number Diff line change 1+ diff --git tensorflow/BUILD tensorflow/BUILD
2+ index 24eed5c160b..3bc5073b156 100644
3+ --- tensorflow/BUILD
4+ +++ tensorflow/BUILD
5+ @@ -231,7 +231,6 @@ selects.config_setting_group(
6+ ":macos_x86_64",
7+ ":macos_arm64",
8+ ],
9+ - visibility = ["//visibility:public"],
10+ )
11+
12+ config_setting(
You can’t perform that action at this time.
0 commit comments