summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@igalia.com>2023-03-11 18:33:35 +0100
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-03-14 09:37:21 +0000
commitbf903a05f47f7a45a30030d6b9c21896a0548959 (patch)
tree1ad8be940ada4b96cefa8668109d0a203be18ff3 /ci
parent734263617b11cfad109a9b5f70e744adf2785184 (diff)
downloadgstreamer-bf903a05f47f7a45a30030d6b9c21896a0548959.tar.gz
ci: add wixtoolset to windows image
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4157>
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/windows/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/docker/windows/Dockerfile b/ci/docker/windows/Dockerfile
index eefa8b55c5..02253f36c9 100644
--- a/ci/docker/windows/Dockerfile
+++ b/ci/docker/windows/Dockerfile
@@ -18,6 +18,7 @@ RUN choco install -y git-lfs
RUN choco install -y 7zip
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'
+RUN choco install -y wixtoolset
# Remove MAX_PATH limit of 260 characters
RUN New-ItemProperty -Path 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\FileSystem' `