Revert "build: update to Bazel 0.14.0 (#24296)" (#24492)

This reverts commit 0d07d273dc.

Fixes #24484

PR Close #24492
This commit is contained in:
Alex Eagle
2018-06-13 15:30:54 -07:00
committed by Miško Hevery
parent 3ccb4490a4
commit 03f93b3772
7 changed files with 30 additions and 31 deletions

View File

@ -19,7 +19,7 @@ RUN JAVA_DEBIAN_VERSION="8u131-b11-1~bpo8+1" \
###
# Bazel install
# See https://bazel.build/versions/master/docs/install-ubuntu.html#using-bazel-custom-apt-repository-recommended
RUN BAZEL_VERSION="0.14.0" \
RUN BAZEL_VERSION="0.13.0" \
&& wget -q -O - https://bazel.build/bazel-release.pub.gpg | apt-key add - \
&& echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" > /etc/apt/sources.list.d/bazel.list \
&& apt-get update \