Skip to content

Commit fad4ea1

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Remove i386 Linux from push
2 parents fa8b4e1 + 241510c commit fad4ea1

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -106,50 +106,6 @@ jobs:
106106
${{ matrix.asan && '--asan -x' || '' }}
107107
- name: Verify generated files are up to date
108108
uses: ./.github/actions/verify-generated-files
109-
LINUX_X32:
110-
name: LINUX_X32_DEBUG_ZTS
111-
runs-on: ubuntu-latest
112-
container:
113-
image: ubuntu:22.04
114-
env:
115-
MYSQL_TEST_HOST: mysql
116-
PDO_MYSQL_TEST_DSN: mysql:host=mysql;dbname=test
117-
PDO_MYSQL_TEST_HOST: mysql
118-
services:
119-
mysql:
120-
image: mysql:8
121-
ports:
122-
- 3306:3306
123-
env:
124-
MYSQL_DATABASE: test
125-
MYSQL_ROOT_PASSWORD: root
126-
steps:
127-
- name: git checkout
128-
uses: actions/checkout@v3
129-
- name: apt
130-
uses: ./.github/actions/apt-x32
131-
- name: ccache
132-
uses: hendrikmuhs/ccache-action@v1.2
133-
with:
134-
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
135-
append-timestamp: false
136-
- name: ./configure
137-
uses: ./.github/actions/configure-x32
138-
with:
139-
configurationParameters: >-
140-
--enable-debug
141-
--enable-zts
142-
- name: make
143-
run: make -j$(/usr/bin/nproc) >/dev/null
144-
- name: make install
145-
uses: ./.github/actions/install-linux-x32
146-
- name: Test Tracing JIT
147-
uses: ./.github/actions/test-linux
148-
with:
149-
runTestsParameters: >-
150-
-d zend_extension=opcache.so
151-
-d opcache.enable_cli=1
152-
-d opcache.jit_buffer_size=16M
153109
MACOS_DEBUG_NTS:
154110
runs-on: macos-11
155111
steps:

0 commit comments

Comments
 (0)