Skip to content

Commit

Permalink
Add placeholder to proceed with the github actions build on arm64 (#1927
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yongtang authored Jan 31, 2024
1 parent aa49919 commit 8359876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8359876

Please sign in to comment.