Merge pull request #1386 from zabbix/trunk_windows

Updated build process for Zabbix agent (windows)
This commit is contained in:
Alexey Pustovalov 2024-05-20 20:23:04 +09:00 committed by GitHub
commit 0ecfcb841b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -264,4 +264,5 @@ RUN Set-Location -Path $env:SystemDrive\.; `
Write-Host 'Removing downloaded...'; `
Remove-Item -Force -Recurse $env:SystemDrive\msys64; `
Remove-Item -Force -Recurse $env:SystemDrive\mingw64; `
Remove-Item -Force -Recurse $env:TEMP\*;
Remove-Item -Force -Recurse $env:TEMP\*; `
Write-Host 'Building completed ...';