upgrade to bazel 0.29.1

pull/20222/head
Jan Tattermusch 5 years ago
parent 5cd37064cb
commit 98d2d32b9e
  1. 2
      templates/tools/dockerfile/bazel.include
  2. 2
      tools/bazel
  3. 2
      tools/dockerfile/test/bazel/Dockerfile
  4. 2
      tools/dockerfile/test/sanity/Dockerfile
  5. 2
      tools/internal_ci/windows/bazel_rbe.bat

@ -2,7 +2,7 @@
# Bazel installation
# Must be in sync with tools/bazel
ENV BAZEL_VERSION 0.29.0
ENV BAZEL_VERSION 0.29.1
# The correct bazel version is already preinstalled, no need to use //tools/bazel wrapper.
ENV DISABLE_BAZEL_WRAPPER 1

@ -32,7 +32,7 @@ then
exec -a "$0" "${BAZEL_REAL}" "$@"
fi
VERSION=0.29.0
VERSION=0.29.1
echo "INFO: Running bazel wrapper (see //tools/bazel for details), bazel version $VERSION will be used instead of system-wide bazel installation."

@ -52,7 +52,7 @@ RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 t
# Bazel installation
# Must be in sync with tools/bazel
ENV BAZEL_VERSION 0.29.0
ENV BAZEL_VERSION 0.29.1
# The correct bazel version is already preinstalled, no need to use //tools/bazel wrapper.
ENV DISABLE_BAZEL_WRAPPER 1

@ -97,7 +97,7 @@ ENV CLANG_TIDY=clang-tidy
# Bazel installation
# Must be in sync with tools/bazel
ENV BAZEL_VERSION 0.29.0
ENV BAZEL_VERSION 0.29.1
# The correct bazel version is already preinstalled, no need to use //tools/bazel wrapper.
ENV DISABLE_BAZEL_WRAPPER 1

@ -14,7 +14,7 @@
@rem TODO(jtattermusch): make this generate less output
@rem TODO(jtattermusch): use tools/bazel script to keep the versions in sync
choco install bazel -y --version 0.29.0 --limit-output
choco install bazel -y --version 0.29.1 --limit-output
cd github/grpc
set PATH=C:\tools\msys64\usr\bin;C:\Python27;%PATH%

Loading…
Cancel
Save