Skip to content

Commit 9fa9041

Browse files
andylou2tfx-copybara
authored andcommitted
noop.
PiperOrigin-RevId: 355959409
1 parent 21a7f5f commit 9fa9041

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

WORKSPACE

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

5858
http_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.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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(

0 commit comments

Comments
 (0)