Updated build process for Zabbix agent (windows)

This commit is contained in:
Alexey Pustovalov 2024-05-21 00:32:26 +09:00
parent 4a5e5b285d
commit 7c4877fa9b

View File

@ -147,7 +147,7 @@ RUN Set-Location -Path $env:SystemDrive\.; `
& $env:TEMP\msys2.sfx.exe -y -o"""$env:SystemDrive\""" | Out-Null; `
bash -lc 'pacman -Syuu --needed --noconfirm --ask=20'; `
bash -lc 'pacman -Syu --noconfirm'; `
bash -lc 'pacman --sync --quiet --noconfirm mingw-w64-ucrt-x86_64-cmake'; `
# bash -lc 'pacman --sync --quiet --noconfirm mingw-w64-ucrt-x86_64-cmake'; `
`
Write-Host 'Verifying install ("bash --version") ...'; `
bash --version; `