3333 CXX : ccache g++
3434jobs :
3535 ALPINE :
36- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
36+ if : false
3737 name : ALPINE_X64_ASAN_UBSAN_DEBUG_ZTS
3838 runs-on : ubuntu-24.04
3939 container :
7474 --asan -x
7575 -d opcache.enable_cli=1
7676 LINUX_X64 :
77- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
77+ if : false
7878 services :
7979 mysql :
8080 image : mysql:8.3
@@ -170,7 +170,7 @@ jobs:
170170 if : ${{ !matrix.asan }}
171171 uses : ./.github/actions/verify-generated-files
172172 LINUX_X32 :
173- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
173+ if : false
174174 name : LINUX_X32_DEBUG_ZTS
175175 runs-on : ubuntu-latest
176176 timeout-minutes : 50
@@ -252,7 +252,7 @@ jobs:
252252 - name : ./configure
253253 uses : ./.github/actions/configure-macos
254254 with :
255- configurationParameters : --enable-debug --disable-zts
255+ configurationParameters : --enable-debug --disable-zts --enable-address-sanitizer --enable-undefined-sanitizer
256256 - name : make
257257 run : |-
258258 export PATH="$(brew --prefix)/opt/bison/bin:$PATH"
@@ -264,11 +264,11 @@ jobs:
264264 with :
265265 jitType : tracing
266266 runTestsParameters : >-
267- -d opcache.enable_cli=1
267+ -d opcache.enable_cli=1 ext/mbstring/tests/eucjp_2004_encoding.phpt
268268 - name : Verify generated files are up to date
269269 uses : ./.github/actions/verify-generated-files
270270 WINDOWS :
271- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
271+ if : false
272272 name : WINDOWS_X64_ZTS
273273 runs-on : windows-2022
274274 timeout-minutes : 50
@@ -296,7 +296,7 @@ jobs:
296296 run : .github/scripts/windows/test.bat
297297 BENCHMARKING :
298298 name : BENCHMARKING
299- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
299+ if : false
300300 runs-on : ubuntu-24.04
301301 timeout-minutes : 50
302302 steps :
@@ -400,7 +400,7 @@ jobs:
400400 path : ${{ github.workspace }}/benchmark/profiles
401401 retention-days : 30
402402 FREEBSD :
403- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
403+ if : false
404404 name : FREEBSD
405405 runs-on : ubuntu-latest
406406 timeout-minutes : 50
0 commit comments