]> granicus.if.org Git - php/commitdiff
Remove colliding file from CI image
authorAnatol Belski <ab@php.net>
Thu, 13 Sep 2018 08:05:27 +0000 (10:05 +0200)
committerAnatol Belski <ab@php.net>
Thu, 13 Sep 2018 08:05:27 +0000 (10:05 +0200)
appveyor/build_task.bat

index a7c334ad44161ccea2b8c43d8894755b65fba545..89c80ec913b534b739c9b694dbd1ee6e08ae23b9 100644 (file)
@@ -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