mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-21 18:31:30 +02:00
Fixed clean up error message on Windows
This commit is contained in:
parent
2b2dfcee30
commit
d75c55c634
@ -70,5 +70,8 @@ RUN Set-Location -Path $env:SystemDrive\.; `
|
||||
Copy-Item -Path $env:ZBX_SOURCES_DIR\bin\win64\zabbix_get.exe $env:ZBX_OUTPUT_DIR\bin; `
|
||||
Copy-Item -Path $env:ZBX_SOURCES_DIR\bin\win64\zabbix_sender.exe $env:ZBX_OUTPUT_DIR\bin; `
|
||||
Copy-Item -Path $env:ZBX_SOURCES_DIR\conf\zabbix_agentd.win.conf $env:ZBX_OUTPUT_DIR\conf\zabbix_agentd.conf; `
|
||||
nmake /S -f Makefile clean; `
|
||||
nmake /S -f Makefile `
|
||||
PCRE2INCDIR=$env:SystemDrive\build_output\pcre2\include `
|
||||
PCRE2LIBDIR=$env:SystemDrive\build_output\pcre2\lib `
|
||||
clean; `
|
||||
Write-Host 'Zabbix binaries are compiled...';
|
||||
|
Loading…
x
Reference in New Issue
Block a user