Skip to content

Commit 402a16e

Browse files
committed
Remove support for VS2019
Update badges and download links to VS2022 Remove kokoro build config for MSVC 2019. I have already removed the branch protection rule requiring it as a check. Bug: Google-internal bug crbug.com/437082422
1 parent 91a28dc commit 402a16e

File tree

6 files changed

+5
-68
lines changed

6 files changed

+5
-68
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ to provide:
2828

2929
<img alt="Linux" src="kokoro/img/linux.png" width="20px" height="20px" hspace="2px"/>[![Linux Build Status](https://storage.googleapis.com/shaderc/badges/build_status_linux_clang_release.svg)](https://storage.googleapis.com/shaderc/badges/build_link_linux_clang_release.html)
3030
<img alt="MacOS" src="kokoro/img/macos.png" width="20px" height="20px" hspace="2px"/>[![MacOS Build Status](https://storage.googleapis.com/shaderc/badges/build_status_macos_clang_release.svg)](https://storage.googleapis.com/shaderc/badges/build_link_macos_clang_release.html)
31-
<img alt="Windows" src="kokoro/img/windows.png" width="20px" height="20px" hspace="2px"/>[![Windows Build Status](https://storage.googleapis.com/shaderc/badges/build_status_windows_vs2019_release.svg)](https://storage.googleapis.com/shaderc/badges/build_link_windows_vs2019_release.html)
31+
<img alt="Windows" src="kokoro/img/windows.png" width="20px" height="20px" hspace="2px"/>[![Windows Build Status](https://storage.googleapis.com/shaderc/badges/build_status_windows_vs2022_amd64_release.svg)](https://storage.googleapis.com/shaderc/badges/build_link_windows_vs2022_release.html)
3232

3333
[More downloads](downloads.md)
3434

@@ -176,7 +176,7 @@ On Linux, if cross compiling to Windows:
176176

177177
On Windows, the following tools should be installed and available on your path:
178178

179-
- Visual Studio 2019 or later. Previous versions of Visual Studio may work but
179+
- Visual Studio 2022 or later. Previous versions of Visual Studio may work but
180180
are untested and unsupported.
181181
- Git - including the associated tools, Bash, `diff`.
182182

downloads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Download the latest builds.
77
## Release
88
| Windows | Linux | MacOS |
99
| --- | --- | --- |
10-
| [MSVC 2019](https://storage.googleapis.com/shaderc/badges/build_link_windows_vs2019_release.html) | [clang](https://storage.googleapis.com/shaderc/badges/build_link_linux_clang_release.html) | [clang](https://storage.googleapis.com/shaderc/badges/build_link_macos_clang_release.html) |
10+
| [VS 2022](https://storage.googleapis.com/shaderc/badges/build_link_windows_vs2022_amd64_release.html) | [clang](https://storage.googleapis.com/shaderc/badges/build_link_linux_clang_release.html) | [clang](https://storage.googleapis.com/shaderc/badges/build_link_macos_clang_release.html) |
1111
| | [gcc](https://storage.googleapis.com/shaderc/badges/build_link_linux_gcc_release.html) | |
1212

1313
## Debug
1414
| Windows | Linux | MacOS |
1515
| --- | --- | --- |
16-
| [MSVC 2019](https://storage.googleapis.com/shaderc/badges/build_link_windows_vs2019_debug.html) | [clang](https://storage.googleapis.com/shaderc/badges/build_link_linux_clang_debug.html) | [clang](https://storage.googleapis.com/shaderc/badges/build_link_macos_clang_debug.html) |
16+
| [VS 2022](https://storage.googleapis.com/shaderc/badges/build_link_windows_vs2022_amd64_debug.html) | [clang](https://storage.googleapis.com/shaderc/badges/build_link_linux_clang_debug.html) | [clang](https://storage.googleapis.com/shaderc/badges/build_link_macos_clang_debug.html) |
1717
| | [gcc](https://storage.googleapis.com/shaderc/badges/build_link_linux_gcc_debug.html) | |

kokoro/windows/build.bat

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ cd %SRC%\build
3838
:: #########################################
3939
:: set up msvc build env
4040
:: #########################################
41-
if %VS_VERSION% == 2019 (
42-
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" %ARCH%
43-
) else if %VS_VERSION% == 2022 (
41+
if %VS_VERSION% == 2022 (
4442
call "C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build\vcvarsall.bat" %ARCH%
4543
)
4644

kokoro/windows/build_2019_amd64_release.bat

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

kokoro/windows/continuous_release_2019.cfg

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

kokoro/windows/presubmit_release_2019.cfg

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

0 commit comments

Comments
 (0)