mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-03 08:35:40 +02:00
Updated build process for Zabbix agent (windows)
This commit is contained in:
parent
6cd97fc2c4
commit
4a5e5b285d
@ -139,7 +139,6 @@ RUN Set-Location -Path $env:SystemDrive\.; `
|
|||||||
`
|
`
|
||||||
Write-Host 'Installing Mingw-w64...'; `
|
Write-Host 'Installing Mingw-w64...'; `
|
||||||
7z x $env:TEMP\mingw.7z; `
|
7z x $env:TEMP\mingw.7z; `
|
||||||
compact /c /i /s:$env:SystemDrive\mingw64 | Out-Null; `
|
|
||||||
`
|
`
|
||||||
Write-Host 'Verifying install ("gcc -v") ...'; `
|
Write-Host 'Verifying install ("gcc -v") ...'; `
|
||||||
gcc -v; `
|
gcc -v; `
|
||||||
@ -149,7 +148,6 @@ RUN Set-Location -Path $env:SystemDrive\.; `
|
|||||||
bash -lc 'pacman -Syuu --needed --noconfirm --ask=20'; `
|
bash -lc 'pacman -Syuu --needed --noconfirm --ask=20'; `
|
||||||
bash -lc 'pacman -Syu --noconfirm'; `
|
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'; `
|
||||||
compact /c /i /s:$env:SystemDrive\msys64 | Out-Null; `
|
|
||||||
`
|
`
|
||||||
Write-Host 'Verifying install ("bash --version") ...'; `
|
Write-Host 'Verifying install ("bash --version") ...'; `
|
||||||
bash --version; `
|
bash --version; `
|
||||||
|
Loading…
x
Reference in New Issue
Block a user