docker/windows: Pass a couple installargs to python3
authorJordan Petridis <jordan@centricular.com>
Thu, 18 Aug 2022 12:25:08 +0000 (15:25 +0300)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 26 Aug 2022 15:56:47 +0000 (15:56 +0000)
From these, only PrependPath isn't enabled by default,
but its nice to explicitly enable the ones we need anyway.

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

.gitlab-ci.yml
ci/docker/windows/Dockerfile

index 30f6d7f..923debe 100644 (file)
@@ -26,7 +26,7 @@ variables:
   ###
   FEDORA_TAG:  '2022-07-31.0'
   INDENT_TAG: '2022-03-07.1'
-  WINDOWS_TAG: "2022-07-31.0"
+  WINDOWS_TAG: "2022-08-18.0"
 
   GST_UPSTREAM_REPO: 'gstreamer/gstreamer'
   FDO_UPSTREAM_REPO: 'gstreamer/gstreamer'
index d6628b7..eefa8b5 100644 (file)
@@ -16,7 +16,7 @@ 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 python3
+RUN choco install -y python3 --installargs 'AssociateFiles=1 PrependPath=1 Include_pip=1 Include_dev=1'
 RUN choco install -y msys2 --params '/NoPath /NoUpdate /InstallDir:C:\\msys64'
 
 # Remove MAX_PATH limit of 260 characters