We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79086e0 commit 4d70341Copy full SHA for 4d70341
.github/workflows/build.bazel.sh
@@ -59,7 +59,7 @@ elif [[ $(uname -m) == "arm64" && $(uname) == "Darwin" ]]; then
59
60
bazel build \
61
${BAZEL_OPTIMIZATION} \
62
- -- //tensorflow_io_gcs_filesystem/... //tensorflow_io/...
+ -- //tensorflow_io_gcs_filesystem/... //tensorflow_io:python/ops/libtensorflow_io.so //tensorflow_io:python/ops/libtensorflow_io_plugins.so
63
64
else
65
0 commit comments