Skip to content

Commit

Permalink
downgrading bazel version from 0.20.0 to 0.19.2 to workaround issue t…
Browse files Browse the repository at this point in the history
…ensorflow#24124 (in google tensorflow repo)
  • Loading branch information
deven-amd committed Dec 17, 2018
1 parent 434c356 commit d9ee32c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/install/install_bazel.sh
Expand Up @@ -15,7 +15,7 @@
# ==============================================================================

# Select bazel version.
BAZEL_VERSION="0.20.0"
BAZEL_VERSION="0.19.2"

set +e
local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')
Expand Down
Expand Up @@ -18,7 +18,7 @@
# It will compile bazel from source and install it in /usr/local/bin

# Select bazel version.
BAZEL_VERSION="0.20.0"
BAZEL_VERSION="0.19.2"

set +e
local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')
Expand Down

0 comments on commit d9ee32c

Please sign in to comment.