Skip to content

Commit

Permalink
Update bazel to 0.26.1
Browse files Browse the repository at this point in the history
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
  • Loading branch information
yongtang committed Jul 6, 2019
1 parent 0a748fd commit eed8ef3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis/bazel.configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export TENSORFLOW_INSTALL="${1}"

gcc -v
python --version
export BAZEL_VERSION=0.24.1 BAZEL_OS=$(uname | tr '[:upper:]' '[:lower:]')
export BAZEL_VERSION=0.26.1 BAZEL_OS=$(uname | tr '[:upper:]' '[:lower:]')
curl -sSOL https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-${BAZEL_OS}-x86_64.sh
bash -e bazel-${BAZEL_VERSION}-installer-${BAZEL_OS}-x86_64.sh 2>&1 > bazel-install.log || (cat bazel-install.log && false)
bazel version
Expand Down
2 changes: 1 addition & 1 deletion .travis/python3.7+.release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [[ "$#" -gt 0 ]]; then
export TENSORFLOW_INSTALL="${1}"
shift
fi
export BAZEL_VERSION=0.24.1 BAZEL_OS=$(uname | tr '[:upper:]' '[:lower:]')
export BAZEL_VERSION=0.26.1 BAZEL_OS=$(uname | tr '[:upper:]' '[:lower:]')



Expand Down
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && \
ffmpeg \
dnsutils

ARG BAZEL_VERSION=0.24.1
ARG BAZEL_VERSION=0.26.1
ARG BAZEL_OS=linux

RUN curl -sL https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-${BAZEL_OS}-x86_64.sh -o bazel-install.sh && \
Expand Down

0 comments on commit eed8ef3

Please sign in to comment.