Merge pull request #1283 from zabbix/trunk_win

Fix for Windows build
This commit is contained in:
Alexey Pustovalov 2024-03-09 19:09:25 +09:00 committed by GitHub
commit 59ed67c745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -207,7 +207,7 @@ RUN Set-Location -Path $env:SystemDrive\.; `
}; ` }; `
Write-Host 'Installing ...'; ` Write-Host 'Installing ...'; `
Start-Process $env:SystemDrive\setup.exe ` Start-Process $env:SystemDrive\setup.exe `
-ArgumentList """-qnNdO -a x86_64 -R $env:SystemDrive\cygwin -l $env:SystemDrive\cygwin\var\cache\setup --packages perl""" ` -ArgumentList """-qnNdO -a x86_64 -R $env:SystemDrive\cygwin --site http://cygwin.mirror.constant.com -l $env:SystemDrive\cygwin\var\cache\setup --packages perl""" `
-Wait ` -Wait `
-NoNewWindow; ` -NoNewWindow; `
` `