From 4d70341df05ddce09c257d4ecaaaba1873594105 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Mon, 5 Feb 2024 19:22:42 -0800 Subject: [PATCH] Fix macos arm64 build (#1939) --- .github/workflows/build.bazel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.bazel.sh b/.github/workflows/build.bazel.sh index 9e47a7a6d..789adea1c 100755 --- a/.github/workflows/build.bazel.sh +++ b/.github/workflows/build.bazel.sh @@ -59,7 +59,7 @@ elif [[ $(uname -m) == "arm64" && $(uname) == "Darwin" ]]; then bazel build \ ${BAZEL_OPTIMIZATION} \ - -- //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 else