Andrew Goodbody
Andrew Goodbody
@sgowroji On a AARCH64 architecture machine `$ mkdir wksp $ cd wksp $ touch WORKSPACE $ echo f440f8ec3f63e5d663e1f9d9614f05a39422102a>.bazelversion $ wget https://github.com/bazelbuild/bazelisk/releases/download/v1.12.0/bazelisk-linux-arm64 $ chmod +x bazelisk-linux-arm64 $ ./bazelisk-linux-arm64 version 2022/08/08 09:30:31...
@sgowroji github keeps turning the git commit hash in the above into a link, which is wrong. You should get this `$ cat .bazelversion f440f8ec3f63e5d663e1f9d9614f05a39422102a `
@sgowroji What is the reason for the 'more data needed' tag? I do not see a question being asked. Also FWIW https://storage.googleapis.com/bazel-builds/artifacts/ubuntu1404/f440f8ec3f63e5d663e1f9d9614f05a39422102a/bazel is a valid download link, so while Ubuntu...
You may also want this diff --git a/CMakeLists.txt b/CMakeLists.txt index ddff19fe..25f129a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.8.2 FATAL_ERROR) +cmake_policy(SET CMP0074 NEW) + ################################################################################ ### set...
Just got bitten by this bug when our CI attempted building TensorFlow overnight for AARCH64 after an update to pick a commit hash for the bazel version. https://ci.linaro.org/view/All/job/ldcg-python-manylinux-tensorflow-onednn-nightly/140/console
@keith We were using 1.11.0. I just tried it with 1.12.0 and get a different error now, it fails with a 404. So assuming the path now attempted to be...
This seems now to be dependent on https://github.com/bazelbuild/continuous-integration/issues/1402 and then having the download block removed that was introduced with https://github.com/bazelbuild/bazelisk/pull/346 and https://github.com/bazelbuild/bazelisk/pull/347
Hi @yongtang if Linaro enabled nightly builds of tensorflow-io for aarch64, what testing would be needed for you to take the generated wheels after a release and upload them to...
The PR https://github.com/tensorflow/io/pull/1613 would also be very helpful for this.