Skip to content

Commit 5d370b0

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Switch to sanitize CFLAGS for community build
2 parents d4ad9b7 + 81f7ef4 commit 5d370b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,8 @@ jobs:
226226
configurationParameters: >-
227227
--enable-debug
228228
--enable-zts
229-
--enable-address-sanitizer
230-
--enable-undefined-sanitizer
231-
CFLAGS='-DZEND_TRACK_ARENA_ALLOC -fno-sanitize-recover'
229+
CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
230+
LDFLAGS='-fsanitize=undefined,address'
232231
- name: make
233232
run: make -j$(/usr/bin/nproc) >/dev/null
234233
- name: make install

0 commit comments

Comments
 (0)