mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-15 12:34:15 +00:00
docker/windows: tweak installation of git
Make sure we set autocrlf to false, which is needed by cerbero. Additionally remove useless for the container integrations with the shell. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/333>
This commit is contained in:
parent
0f50f3901e
commit
800c46e67c
1 changed files with 2 additions and 1 deletions
|
@ -2,4 +2,5 @@ Write-Host "Installing Choco"
|
|||
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
||||
Write-Host "Installing Choco packages"
|
||||
choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
|
||||
choco install -y python3 git git-lfs 7zip
|
||||
choco install -y git --params "/NoAutoCrlf /NoCredentialManager /NoShellHereIntegration /NoGuiHereIntegration /NoShellIntegration"
|
||||
choco install -y python3 git-lfs 7zip
|
||||
|
|
Loading…
Reference in a new issue