File tree Expand file tree Collapse file tree 2 files changed +2
-40
lines changed Expand file tree Collapse file tree 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():
77
88 # Attention: tools parse and update these lines.
99 # LINT.IfChange
10- ABSL_COMMIT = "fb3621f4f897824c0dbe0615fa94543df6192f30 "
11- ABSL_SHA256 = "0320586856674d16b0b7a4d4afb22151bdc798490bb7f295eddd8f6a62b46fea "
10+ ABSL_COMMIT = "9ac7062b1860d895fb5a8cbf58c3e9ef8f674b5f "
11+ ABSL_SHA256 = "fd5062972ac6c5575bc8fb6fb1cd6e7c563730be96be4c17b8dcca74a9c5892d "
1212 # LINT.ThenChange(//tensorflow/lite/tools/cmake/modules/abseil-cpp.cmake)
1313
1414 SYS_DIRS = [
@@ -44,7 +44,4 @@ def repo():
4444 system_link_files = SYS_LINKS ,
4545 strip_prefix = "abseil-cpp-{commit}" .format (commit = ABSL_COMMIT ),
4646 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- ],
5047 )
You can’t perform that action at this time.
0 commit comments