Skip to content

Commit cc3cc79

Browse files
committed
Windows x86 CI
1 parent 6cb6cc6 commit cc3cc79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/scripts/windows/build_task.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ 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
8+
del /f /q C:\Windows\System32\libcrypto-1_1-x86.dll >NUL 2>NUL
99
if %errorlevel% neq 0 exit /b 3
10-
del /f /q C:\Windows\System32\libssl-1_1-x64.dll >NUL 2>NUL
10+
del /f /q C:\Windows\System32\libssl-1_1-x86.dll >NUL 2>NUL
1111
if %errorlevel% neq 0 exit /b 3
1212

1313
call %~dp0find-target-branch.bat

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,15 +235,15 @@ jobs:
235235
uses: ./.github/actions/verify-generated-files
236236
WINDOWS:
237237
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
238-
name: WINDOWS_X64_ZTS
238+
name: WINDOWS_X86_ZTS
239239
runs-on: windows-2022
240240
env:
241241
PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
242242
PHP_BUILD_OBJ_DIR: C:\obj
243243
PHP_BUILD_CACHE_SDK_DIR: C:\build-cache\sdk
244244
PHP_BUILD_SDK_BRANCH: php-sdk-2.3.0
245245
PHP_BUILD_CRT: vs17
246-
PLATFORM: x64
246+
PLATFORM: x86
247247
THREAD_SAFE: "1"
248248
INTRINSICS: AVX2
249249
PARALLEL: -j2

0 commit comments

Comments
 (0)