Fix Ubuntu Sanity
This commit is contained in:
parent
015150ee68
commit
24fafc0924
|
@ -83,7 +83,7 @@ cc_library(
|
||||||
],
|
],
|
||||||
deps = select({
|
deps = select({
|
||||||
"@org_tensorflow//tensorflow:windows": [
|
"@org_tensorflow//tensorflow:windows": [
|
||||||
"//tensorflow/core/platform:retrying_file_system"
|
"//tensorflow/core/platform:retrying_file_system",
|
||||||
],
|
],
|
||||||
"//conditions:default": [],
|
"//conditions:default": [],
|
||||||
}) + [
|
}) + [
|
||||||
|
|
Loading…
Reference in New Issue