Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 4ad8a33

Browse files
authored
ci: actually use Bazel 2.0 in the build (#232)
1 parent bd5e614 commit 4ad8a33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/kokoro/windows/build.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
REM Install Bazel using Chocolatey
1616
choco install -y bazel --version 2.0.0
1717

18+
REM Change PATH to use chocolatey's version of Bazel
19+
set PATH=C:\ProgramData\chocolatey\bin;%PATH%
20+
bazel version
21+
1822
REM Configure the environment to use MSVC 2019 and then switch to PowerShell.
1923
call "c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
2024

0 commit comments

Comments
 (0)