gstreamer/ci/docker/windows
Nirbheek Chauhan 0b26ca0c6e 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>
2023-07-07 09:46:19 +05:30
..
.dockerignore ci: Port CI to the new monorepo 2021-09-24 16:21:18 -03:00
build_image.ps1 ci: remove windows-rust jobs 2022-05-18 09:14:08 +00:00
container.ps1 ci: Port CI to the new monorepo 2021-09-24 16:21:18 -03:00
Dockerfile ci: Update to VS 2022 Build Tools 2023-07-07 09:46:19 +05:30
Install.cmd ci: Add a Windows native cross-arm64 job with a new image 2022-01-28 02:01:39 +05:30
install_mingw.ps1 ci: prepare the Windows image for MSYS2 cerbero builds 2021-10-14 10:13:51 +00:00
install_rust.ps1 ci: Update to Rust 1.70 2023-06-06 07:35:22 +00:00
prepare_cerbero_env.sh ci: Update to VS 2022 Build Tools 2023-07-07 09:46:19 +05:30
prepare_gst_env.ps1 ci: Fix subprojects caching in Windows image 2021-10-05 23:44:03 +03:00