mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
ci: Installing wixtoolset can take a long time, bump the timeout
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4939>
This commit is contained in:
parent
0b26ca0c6e
commit
1ddec0d361
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ RUN choco install -y 7zip
|
|||
# See https://gitlab.freedesktop.org/gstreamer/cerbero/-/issues/427
|
||||
RUN choco install -y python3 --version=3.11.2 --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
|
||||
RUN choco install --execution-timeout=3600 -y wixtoolset
|
||||
|
||||
# Remove MAX_PATH limit of 260 characters
|
||||
RUN New-ItemProperty -Path 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\FileSystem' `
|
||||
|
|
Loading…
Reference in a new issue