build: update to Bazel 0.14.0 (#24296) (#24453)

Also update usage of the ctx.actions.args to a newer preferred API

PR Close #24296

PR Close #24453
This commit is contained in:
Alex Eagle
2018-06-04 10:30:34 -07:00
committed by Miško Hevery
parent 451d996414
commit 880b03101e
6 changed files with 27 additions and 26 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.13.0" \
RUN BAZEL_VERSION="0.14.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 \

View File

@ -6,7 +6,7 @@ This docker container provides everything needed to build and test Angular appli
- npm 5.5.1
- yarn 1.3.2
- Java 8 (for Closure Compiler and Bazel)
- Bazel build tool v0.13.0 - http://bazel.build
- Bazel build tool v0.14.0 - http://bazel.build
- Google Chrome 63.0.3239.84
- Mozilla Firefox 47.0.1
- xvfb (virtual framebuffer) for headless testing