summaryrefslogtreecommitdiff
path: root/.gitlab-image-tags.yml
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2023-06-27 23:58:51 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2023-07-07 09:46:19 +0530
commit0b26ca0c6ec05984c34f445b23a9cfac68490e8c (patch)
tree623cc519f0ca4e5da6ce1b737b8fa4e0565d5f8b /.gitlab-image-tags.yml
parent8d578eeabc56f398ed7408529a8ed8624ab74977 (diff)
ci: Update to VS 2022 Build Tools
We need the Windows 11 SDK for Windows Graphics Capture API support, which will be enabled at runtime based on feature availability on Windows, so should work correctly on Windows 8, 8.1, 10, and 11. However, if we enable it in the VS 2019 installer, it will install both Windows 10 SDK (required) and Windows 11 SDK (optional), which will bloat the image by 3GB or more. So just move to VS 2022 for the Windows images, which requires only the Windows 11 SDK. Had to remove the UWP build tools because they were causing the installation to fail, likely due to an installer bug. We don't need UWP anymore anyway. We just need the ARM64 build tools for the cross-arm64 monorepo build. Also stop installing into C:\BuildTools and let Meson pick the install up with --vsenv. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4939>
Diffstat (limited to '.gitlab-image-tags.yml')
-rw-r--r--.gitlab-image-tags.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml
index 8aeb5400a1..631a787485 100644
--- a/.gitlab-image-tags.yml
+++ b/.gitlab-image-tags.yml
@@ -8,4 +8,4 @@ variables:
FEDORA_TAG: '2023-06-12.0'
INDENT_TAG: '2023-06-14.1'
LINT_TAG: '2023-02-16.5'
- WINDOWS_TAG: '2023-06-12.0'
+ WINDOWS_TAG: '2023-07-07.0'