Skip to content

Commit fa09d1f

Browse files
committed
CI disable leak sanitizer on nightly temporarily,
libedit on ubuntu focal has a leak with a bunch of tests.
1 parent aa709dc commit fa09d1f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,10 @@ jobs:
353353
configurationParameters: >-
354354
--enable-debug
355355
--enable-zts
356-
CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
357-
LDFLAGS='-fsanitize=undefined,address'
356+
CFLAGS='-DZEND_TRACK_ARENA_ALLOC'
357+
#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'
358360
- name: make
359361
run: make -j$(/usr/bin/nproc) >/dev/null
360362
- name: make install

0 commit comments

Comments
 (0)