File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 36
36
--enable-exif \
37
37
--with-zip \
38
38
--with-zlib \
39
- --enable-soap \
39
+ --enable-address-sanitizer \
40
40
--enable-xmlreader \
41
41
--with-xsl \
42
42
--with-tidy="$BREW_OPT"/tidy-html5 \
Original file line number Diff line number Diff line change 29
29
--offline \
30
30
--show-diff \
31
31
--show-slow 1000 \
32
- --set-timeout 120
32
+ --set-timeout 120 \
33
+ ext/phar
33
34
- uses : actions/upload-artifact@v4
34
35
if : always() && inputs.testArtifacts != null
35
36
with :
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
@@ -156,8 +156,6 @@ jobs:
156
156
include :
157
157
- os : 13
158
158
arch : X64
159
- - os : 14
160
- arch : ARM64
161
159
name : MACOS_${{ matrix.arch }}_DEBUG_NTS
162
160
runs-on : macos-${{ matrix.os }}
163
161
steps :
@@ -191,7 +189,7 @@ jobs:
191
189
- name : Verify generated files are up to date
192
190
uses : ./.github/actions/verify-generated-files
193
191
WINDOWS :
194
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
192
+ if : false
195
193
name : WINDOWS_X64_ZTS
196
194
runs-on : windows-2019
197
195
env :
@@ -218,7 +216,7 @@ jobs:
218
216
run : .github/scripts/windows/test.bat
219
217
BENCHMARKING :
220
218
name : BENCHMARKING
221
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
219
+ if : false
222
220
runs-on : ubuntu-22.04
223
221
steps :
224
222
- name : git checkout
You can’t perform that action at this time.
0 commit comments