Skip to content

Commit 31d713b

Browse files
authored
kokoro: remove bot config for VS 2019 (KhronosGroup#6248)
Update the README to only mention VS 2022 and not VS 2019 Bug: http://crbug.com/437082422
1 parent b8b90db commit 31d713b

File tree

6 files changed

+2
-68
lines changed

6 files changed

+2
-68
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ On MacOS
467467
- AppleClang 15.0
468468

469469
On Windows
470-
- Visual Studio 2019
471470
- Visual Studio 2022
472471

473472
Note: Other compilers or later versions may work, but they are not tested.

kokoro/scripts/windows/build.bat

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ set PATH=C:\python312;c:\cmake-3.31.2\bin;%PATH%
2727
:: #########################################
2828
:: set up msvc build env
2929
:: #########################################
30-
if %VS_VERSION% == 2019 (
31-
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
32-
echo "Using VS 2019..."
33-
) else if %VS_VERSION% == 2022 (
30+
if %VS_VERSION% == 2022 (
3431
call "C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build\vcvarsall.bat" x64
3532
echo "Using VS 2022..."
3633
)

kokoro/windows-msvc-2019-release/build.bat

Lines changed: 0 additions & 24 deletions
This file was deleted.

kokoro/windows-msvc-2019-release/continuous.cfg

Lines changed: 0 additions & 22 deletions
This file was deleted.

kokoro/windows-msvc-2019-release/presubmit.cfg

Lines changed: 0 additions & 16 deletions
This file was deleted.

kokoro/windows-msvc-2022-debug/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
set SCRIPT_DIR=%~dp0
2121

2222
:: Call with correct parameter
23-
call %SCRIPT_DIR%\..\scripts\windows\build.bat Debug 2019
23+
call %SCRIPT_DIR%\..\scripts\windows\build.bat Debug 2022

0 commit comments

Comments
 (0)