提交 dcbc4701 编写于 作者: V Vijay Vasudevan 提交者: TensorFlower Gardener

Upgrade bazel version to 0.3.0 to fix a bunch of recent bugs.

Change: 125491544
上级 ed4bb8f7
......@@ -17,7 +17,7 @@
set -e
# Select bazel version.
BAZEL_VERSION="0.2.1"
BAZEL_VERSION="0.3.0"
# Install bazel.
mkdir /bazel
......
......@@ -64,7 +64,7 @@ RUN echo "build --spawn_strategy=standalone --genrule_strategy=standalone" \
>>/root/.bazelrc
ENV BAZELRC /root/.bazelrc
# Install the most recent bazel release.
ENV BAZEL_VERSION 0.2.1
ENV BAZEL_VERSION 0.3.0
WORKDIR /
RUN mkdir /bazel && \
cd /bazel && \
......
......@@ -64,7 +64,7 @@ RUN echo "build --spawn_strategy=standalone --genrule_strategy=standalone" \
>>/root/.bazelrc
ENV BAZELRC /root/.bazelrc
# Install the most recent bazel release.
ENV BAZEL_VERSION 0.2.1
ENV BAZEL_VERSION 0.3.0
WORKDIR /
RUN mkdir /bazel && \
cd /bazel && \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册