Skip to content

Commit

Permalink
Update software in the build image used by CircleCI. (#1994)
Browse files Browse the repository at this point in the history
Signed-off-by: JimmyCYJ <[email protected]>
  • Loading branch information
JimmyCYJ authored and istio-testing committed Oct 16, 2018
1 parent 6215156 commit fdffa13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN sudo apt-get update && \
clang-6.0 clang-format-6.0 rsync ninja-build

# ~100M, depends on g++, zlib1g-dev, bash-completions
RUN curl -Lo /tmp/bazel.deb https://github.com/bazelbuild/bazel/releases/download/0.15.2/bazel_0.15.2-linux-x86_64.deb && \
RUN curl -Lo /tmp/bazel.deb https://github.com/bazelbuild/bazel/releases/download/0.18.0/bazel_0.18.0-linux-x86_64.deb && \
sudo dpkg -i /tmp/bazel.deb && rm /tmp/bazel.deb


Expand Down
2 changes: 1 addition & 1 deletion .circleci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ HUB ?=
PROJECT ?= istio

# Using same naming convention as istio/istio
VERSION ?= go1.10-bazel0.15-clang6.0
VERSION ?= go1.10-bazel0.18-clang6.0
IMG ?= ci

# Build a local image, can be used for testing with circleci command line.
Expand Down

0 comments on commit fdffa13

Please sign in to comment.