Home
last modified time | relevance | path

Searched refs:local_bazel_ver (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_bazel_from_source.sh24 local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')
26 if [[ "$local_bazel_ver" == "$BAZEL_VERSION" ]]; then
Dinstall_bazel.sh21 local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')
23 if [[ "$local_bazel_ver" == "$BAZEL_VERSION" ]]; then