[go: nahoru, domu]

Skip to content

Commit

Permalink
Skip macos & windows
Browse files Browse the repository at this point in the history
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
  • Loading branch information
yongtang committed Jul 25, 2022
1 parent 96ad01d commit c5f3507
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tensorflow_io/core/filesystems/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,15 @@ cc_library(
linkstatic = True,
deps = [
"//tensorflow_io/core/filesystems/az",
"//tensorflow_io/core/filesystems/dfs",
"//tensorflow_io/core/filesystems/hdfs",
"//tensorflow_io/core/filesystems/http",
"//tensorflow_io/core/filesystems/s3",
],
] + select({
"@bazel_tools//src/conditions:windows": [],
"@bazel_tools//src/conditions:darwin": [],
"//conditions:default": [
"//tensorflow_io/core/filesystems/dfs",
],
}),
alwayslink = 1,
)

0 comments on commit c5f3507

Please sign in to comment.