Switch to sanitize CFLAGS for community build

PHP-8.0 doesn't support those flags, we can switch once we drop that
build.
This commit is contained in:
Ilija Tovilo 2022-09-26 23:37:08 +02:00
parent c083efb779
commit 12afd0cba8
No known key found for this signature in database
GPG Key ID: A4F5D403F118200A

View File

@ -215,9 +215,8 @@ jobs:
configurationParameters: >- configurationParameters: >-
--enable-debug --enable-debug
--enable-zts --enable-zts
--enable-address-sanitizer CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
--enable-undefined-sanitizer LDFLAGS='-fsanitize=undefined,address'
CFLAGS='-DZEND_TRACK_ARENA_ALLOC -fno-sanitize-recover'
- name: make - name: make
run: make -j$(/usr/bin/nproc) >/dev/null run: make -j$(/usr/bin/nproc) >/dev/null
- name: make install - name: make install