From 8359876fb5f9ee6115109060d90c8d11f6f45927 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Wed, 31 Jan 2024 11:01:54 -0800 Subject: [PATCH] Add placeholder to proceed with the github actions build on arm64 (#1927) --- .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 0f8c490eb..d26003018 100755 --- a/.github/workflows/build.bazel.sh +++ b/.github/workflows/build.bazel.sh @@ -60,7 +60,7 @@ elif [[ $(uname -m) == "arm64" && $(uname) == "Darwin" ]]; then bazel build \ ${BAZEL_OPTIMIZATION} \ -- //tensorflow_io_gcs_filesystem/... # //tensorflow_io/... # Try with filesystem only during testing - + mkdir -p bazel-bin/tensorflow_io # Placeholder else bazel build \