File tree 2 files changed +2
-40
lines changed
2 files changed +2
-40
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ def repo():
7
7
8
8
# Attention: tools parse and update these lines.
9
9
# LINT.IfChange
10
- ABSL_COMMIT = "fb3621f4f897824c0dbe0615fa94543df6192f30 "
11
- ABSL_SHA256 = "0320586856674d16b0b7a4d4afb22151bdc798490bb7f295eddd8f6a62b46fea "
10
+ ABSL_COMMIT = "9ac7062b1860d895fb5a8cbf58c3e9ef8f674b5f "
11
+ ABSL_SHA256 = "fd5062972ac6c5575bc8fb6fb1cd6e7c563730be96be4c17b8dcca74a9c5892d "
12
12
# LINT.ThenChange(//tensorflow/lite/tools/cmake/modules/abseil-cpp.cmake)
13
13
14
14
SYS_DIRS = [
@@ -44,7 +44,4 @@ def repo():
44
44
system_link_files = SYS_LINKS ,
45
45
strip_prefix = "abseil-cpp-{commit}" .format (commit = ABSL_COMMIT ),
46
46
urls = tf_mirror_urls ("https://github.com/abseil/abseil-cpp/archive/{commit}.tar.gz" .format (commit = ABSL_COMMIT )),
47
- patch_file = [
48
- "//third_party/absl:nvidia_jetson.patch" ,
49
- ],
50
47
)
You can’t perform that action at this time.
0 commit comments