We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a479b commit 4177f3eCopy full SHA for 4177f3e
buildscripts/kokoro/windows32.bat
@@ -18,7 +18,7 @@ set JAVA_HOME=
18
19
mkdir grpc-java-helper32
20
cd grpc-java-helper32
21
-call "%VS140COMNTOOLS%\vsvars32.bat" || exit /b 1
+call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars32.bat" || exit /b 1
22
call "%WORKSPACE%\buildscripts\make_dependencies.bat" || exit /b 1
23
24
cd "%WORKSPACE%"
buildscripts/make_dependencies.bat
@@ -2,8 +2,8 @@ echo on
2
@rem set PROTOBUF_VER=21.7
3
choco install -y gradle git curl pkgconfiglite
4
choco install -y openjdk --version=21.0
5
+set JAVA_HOME="c:\Program Files\OpenJDK\jdk-21"
6
set PATH=%PATH%;"c:\Program Files\OpenJDK\jdk-21\bin"
-set JAVA_HOME=
7
set PROTOBUF_VER=22.5
8
set ABSL_VERSION=20230125.4
9
0 commit comments