File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 43
43
CXX : ccache g++
44
44
jobs :
45
45
LINUX_X64 :
46
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
46
+ if : false
47
47
services :
48
48
mysql :
49
49
image : mysql:8.3
@@ -180,6 +180,8 @@ jobs:
180
180
configurationParameters : >-
181
181
--enable-debug
182
182
--enable-zts
183
+ --enable-address-sanitizer
184
+ --enable-undefined-sanitizer
183
185
- name : make
184
186
run : make -j$(/usr/bin/nproc) >/dev/null
185
187
- name : make install
@@ -191,8 +193,9 @@ jobs:
191
193
runTestsParameters : >-
192
194
-d zend_extension=opcache.so
193
195
-d opcache.enable_cli=1
196
+ --asan
194
197
MACOS_DEBUG_NTS :
195
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
198
+ if : false
196
199
strategy :
197
200
fail-fast : false
198
201
matrix :
@@ -234,7 +237,7 @@ jobs:
234
237
- name : Verify generated files are up to date
235
238
uses : ./.github/actions/verify-generated-files
236
239
WINDOWS :
237
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
240
+ if : false
238
241
name : WINDOWS_X64_ZTS
239
242
runs-on : windows-2022
240
243
env :
@@ -261,7 +264,7 @@ jobs:
261
264
run : .github/scripts/windows/test.bat
262
265
BENCHMARKING :
263
266
name : BENCHMARKING
264
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
267
+ if : false
265
268
runs-on : ubuntu-22.04
266
269
steps :
267
270
- name : git checkout
You can’t perform that action at this time.
0 commit comments