We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa709dc commit fa09d1fCopy full SHA for fa09d1f
.github/workflows/nightly.yml
@@ -353,8 +353,10 @@ jobs:
353
configurationParameters: >-
354
--enable-debug
355
--enable-zts
356
- CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
357
- LDFLAGS='-fsanitize=undefined,address'
+ CFLAGS='-DZEND_TRACK_ARENA_ALLOC'
+ #disabling for now until we drop ubuntu 20.04
358
+ #CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
359
+ #LDFLAGS='-fsanitize=undefined,address'
360
- name: make
361
run: make -j$(/usr/bin/nproc) >/dev/null
362
- name: make install
0 commit comments