summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-09-13 10:05:27 +0200
committerAnatol Belski <ab@php.net>2018-09-13 10:05:27 +0200
commit6220d21c3420ff0d7366d410920ba5279fba3893 (patch)
tree95cd7f6a9549ccaa094404b0334c07eb56c3e25a /appveyor
parenta12cd1c5e0a85850a923ca0efb1752b2be69e552 (diff)
downloadphp-git-6220d21c3420ff0d7366d410920ba5279fba3893.tar.gz
Remove colliding file from CI image
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/build_task.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat
index a7c334ad44..89c80ec913 100644
--- a/appveyor/build_task.bat
+++ b/appveyor/build_task.bat
@@ -18,6 +18,10 @@ if "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-v11-Win32 >NUL 2>NUL
if %errorlevel% neq 0 exit /b 3
if "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-v11-Win64 >NUL 2>NUL
if %errorlevel% neq 0 exit /b 3
+if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll >NUL 2>NUL
+if %errorlevel% neq 0 exit /b 3
+if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libssl-1_1-x64.dll >NUL 2>NUL
+if %errorlevel%
cd /D %APPVEYOR_BUILD_FOLDER%
if %errorlevel% neq 0 exit /b 3