ci: Remove windows-sdk-8.1 from docker image
authorNirbheek Chauhan <nirbheek@centricular.com>
Thu, 27 Jan 2022 09:21:45 +0000 (14:51 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Thu, 27 Jan 2022 20:31:39 +0000 (02:01 +0530)
We don't need this, we use the Windows 10 SDK provided by Visual
Studio Build Tools.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1570>

ci/docker/windows/Dockerfile

index 8ab3d5b..fbaa6e0 100644 (file)
@@ -14,7 +14,6 @@ RUN choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
 RUN choco install -y git --params '/NoAutoCrlf /NoCredentialManager /NoShellHereIntegration /NoGuiHereIntegration /NoShellIntegration'
 RUN choco install -y git-lfs
 RUN choco install -y 7zip
-RUN choco install -y windows-sdk-8.1
 RUN choco install -y python3
 RUN choco install -y msys2 --params '/NoPath /NoUpdate /InstallDir:C:\\msys64'