File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ if /i "%GITHUB_ACTIONS%" neq "True" (
55 exit /b 3
66)
77
8- del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll > NUL 2 > NUL
9- if %errorlevel% neq 0 exit /b 3
10- del /f /q C:\Windows\System32\libssl-1_1-x64.dll > NUL 2 > NUL
11- if %errorlevel% neq 0 exit /b 3
12-
138call %~dp0 find-target-branch.bat
149set STABILITY = staging
1510set DEPS_DIR = %PHP_BUILD_CACHE_BASE_DIR% \deps-%BRANCH% -%PHP_SDK_VS% -%PHP_SDK_ARCH%
Original file line number Diff line number Diff line change @@ -141,6 +141,8 @@ editbin /stack:8388608 %PHP_BUILD_DIR%\php-cgi.exe
141141
142142set TEST_PHPDBG_EXECUTABLE = %PHP_BUILD_DIR% \phpdbg.exe
143143
144+ copy /-y %DEPS_DIR% \bin\*.dll %PHP_BUILD_DIR% \*
145+
144146if " %ASAN% " equ " 1" set ASAN_OPTS = --asan
145147
146148mkdir c:\tests_tmp
You can’t perform that action at this time.
0 commit comments