Skip to content

Commit 172e5c1

Browse files
committed
Build 32-bit with asan
1 parent 64bd828 commit 172e5c1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/push.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ env:
4343
CXX: ccache g++
4444
jobs:
4545
LINUX_X64:
46-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
46+
if: false
4747
services:
4848
mysql:
4949
image: mysql:8.3
@@ -180,6 +180,8 @@ jobs:
180180
configurationParameters: >-
181181
--enable-debug
182182
--enable-zts
183+
--enable-address-sanitizer
184+
--enable-undefined-sanitizer
183185
- name: make
184186
run: make -j$(/usr/bin/nproc) >/dev/null
185187
- name: make install
@@ -191,8 +193,9 @@ jobs:
191193
runTestsParameters: >-
192194
-d zend_extension=opcache.so
193195
-d opcache.enable_cli=1
196+
--asan
194197
MACOS_DEBUG_NTS:
195-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
198+
if: false
196199
strategy:
197200
fail-fast: false
198201
matrix:
@@ -234,7 +237,7 @@ jobs:
234237
- name: Verify generated files are up to date
235238
uses: ./.github/actions/verify-generated-files
236239
WINDOWS:
237-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
240+
if: false
238241
name: WINDOWS_X64_ZTS
239242
runs-on: windows-2022
240243
env:
@@ -261,7 +264,7 @@ jobs:
261264
run: .github/scripts/windows/test.bat
262265
BENCHMARKING:
263266
name: BENCHMARKING
264-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
267+
if: false
265268
runs-on: ubuntu-22.04
266269
steps:
267270
- name: git checkout

0 commit comments

Comments
 (0)