gstreamer/ci/docker
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
..
fedora ci: update meson to 1.1.1 in the CI image 2023-06-12 13:57:05 +00:00
indent ci: patch GNU indent on indent image to fix crash on long comments 2023-06-15 00:10:14 +00:00
lint ci: Add a job to verify commit messages on MRs 2023-02-24 00:22:19 +00:00
windows ci: Update to VS 2022 Build Tools 2023-07-07 09:46:19 +05:30
README ci: Port CI to the new monorepo 2021-09-24 16:21:18 -03:00

GStreamer Docker images