mirror of
https://github.com/php/php-src.git
synced 2026-03-28 02:02:32 +01:00
Merge branch 'PHP-8.2'
* PHP-8.2: Switch to sanitize CFLAGS for community build
This commit is contained in:
5
.github/workflows/nightly.yml
vendored
5
.github/workflows/nightly.yml
vendored
@@ -226,9 +226,8 @@ jobs:
|
||||
configurationParameters: >-
|
||||
--enable-debug
|
||||
--enable-zts
|
||||
--enable-address-sanitizer
|
||||
--enable-undefined-sanitizer
|
||||
CFLAGS='-DZEND_TRACK_ARENA_ALLOC -fno-sanitize-recover'
|
||||
CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
|
||||
LDFLAGS='-fsanitize=undefined,address'
|
||||
- name: make
|
||||
run: make -j$(/usr/bin/nproc) >/dev/null
|
||||
- name: make install
|
||||
|
||||
Reference in New Issue
Block a user