Updated build process for Zabbix agent (windows)

This commit is contained in:
Alexey Pustovalov 2024-05-21 01:14:29 +09:00
parent f4279e1a41
commit e293fd03ad

View File

@ -149,7 +149,7 @@ RUN Set-Location -Path $env:SystemDrive\.; `
# bash -lc 'pacman -Syu --noconfirm'; `
bash -lc 'pacman --noconfirm -Syuu'; `
bash -lc 'pacman --noconfirm -Syuu'; `
bash -lc 'pacman --sync --quiet --noconfirm mingw-w64-ucrt-x86_64-cmake'; `
# bash -lc 'pacman --sync --quiet --noconfirm mingw-w64-ucrt-x86_64-cmake'; `
bash -lc 'pacman --noconfirm -Scc'; `
`
Write-Host 'Verifying install ("bash --version") ...'; `