Upgrade Bazel to 0.15.0

pull/16006/head
Naresh 7 years ago
parent 0ed80eacc3
commit b6518afdd6
No known key found for this signature in database
GPG Key ID: 59595CB88053DC66
  1. 2
      templates/tools/dockerfile/bazel.include
  2. 2
      tools/dockerfile/test/bazel/Dockerfile

@ -2,4 +2,4 @@
# Bazel installation
RUN echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" > /etc/apt/sources.list.d/bazel.list
RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add -
RUN apt-get -y update && apt-get -y install bazel=0.13.1 && apt-get clean
RUN apt-get -y update && apt-get -y install bazel=0.15.0 && apt-get clean

@ -30,7 +30,7 @@ RUN apt-get update && apt-get -y install \
# Bazel installation
RUN echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" > /etc/apt/sources.list.d/bazel.list
RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add -
RUN apt-get -y update && apt-get -y install bazel=0.13.1 && apt-get clean
RUN apt-get -y update && apt-get -y install bazel=0.15.0 && apt-get clean
RUN mkdir -p /var/local/jenkins

Loading…
Cancel
Save