diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2023-07-12 14:30:57 +0530 |
---|---|---|
committer | GStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2023-07-17 05:52:08 +0000 |
commit | ab1e0bb3db751ea90e4d2ea771dcc373c0a8cc9d (patch) | |
tree | 4de71c5947ca35e21d8daaaf336f2fb24b6e0d42 /tools | |
parent | a206ef3aeb4666f712013b8130d0c860b438c28f (diff) |
cerbero-uninstalled: Do not use winpty with MSYS2 CI
It bails out because there's no stdin.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1216>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bootstrap-windows.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bootstrap-windows.ps1 b/tools/bootstrap-windows.ps1 index e09aae6e..da3a4218 100644 --- a/tools/bootstrap-windows.ps1 +++ b/tools/bootstrap-windows.ps1 @@ -34,7 +34,7 @@ choco install wixtoolset Write-Host "Installing MSYS2" choco install msys2 --params "/InstallDir:C:\msys64" -C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -S -q --needed winpty perl' +C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -S --needed winpty' Add-Content C:\msys64\ucrt64.ini "`nMSYS2_PATH_TYPE=inherit" Copy-Item "data\msys2\profile.d\aliases.sh" -Destination "C:\msys64\etc\profile.d" |