summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-01-27 14:51:45 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-01-28 02:01:39 +0530
commit72bd408c392afe143b8d1fb69428eff060d295fb (patch)
treec6443c911fe537e01aa7a31031aaed460ccbf331 /ci
parent4a18366f0940f264e97c66e9dda300e5dc8866a5 (diff)
downloadgstreamer-72bd408c392afe143b8d1fb69428eff060d295fb.tar.gz
ci: Remove windows-sdk-8.1 from docker image
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>
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/windows/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/docker/windows/Dockerfile b/ci/docker/windows/Dockerfile
index 8ab3d5b431..fbaa6e0f00 100644
--- a/ci/docker/windows/Dockerfile
+++ b/ci/docker/windows/Dockerfile
@@ -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'