Skip to content

Commit 385ebd2

Browse files
authored
ci: upgrade bazel to 3.5.0 (#5068)
This version of bazel has some fixes for code coverage.
1 parent a8ed648 commit 385ebd2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ci/etc/install-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if ((CI_ETC_INSTALL_CONFIG_SH__++ != 0)); then
1919
return 0
2020
fi # include guard
2121

22-
GOOGLE_CLOUD_CPP_BAZEL_VERSION="3.3.1"
22+
GOOGLE_CLOUD_CPP_BAZEL_VERSION="3.5.0"
2323
readonly GOOGLE_CLOUD_CPP_BAZEL_VERSION
2424

2525
GOOGLE_CLOUD_CPP_CLOUD_SDK_VERSION="298.0.0"

ci/kokoro/windows/build-32.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@REM limitations under the License.
1414

1515
REM Install Bazel using Chocolatey.
16-
choco install --no-progress -y bazel --version 3.3.1
16+
choco install --no-progress -y bazel --version 3.5.0
1717

1818
REM Change PATH to use chocolatey's version of Bazel
1919
set PATH=C:\ProgramData\chocolatey\bin;%PATH%

ci/kokoro/windows/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@REM limitations under the License.
1414

1515
REM Install Bazel using Chocolatey.
16-
choco install --no-progress -y bazel --version 3.3.1
16+
choco install --no-progress -y bazel --version 3.5.0
1717

1818
REM Change PATH to use chocolatey's version of Bazel
1919
set PATH=C:\ProgramData\chocolatey\bin;%PATH%

0 commit comments

Comments
 (0)