File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments