Skip to content

Commit 376de9b

Browse files
committed
ci: ignore memory leaks for now
Signed-off-by: Evgeny Vereshchagin <[email protected]>
1 parent b18a546 commit 376de9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
elif [ "${{ matrix.python-ruby-version.other }}" = "sanitizers" ] ; then
9595
sanitizers='-fsanitize=address,undefined'
9696
EXPLICIT_MAKE_VARS="CFLAGS='-g -I$DESTDIR/usr/include $sanitizers' LDFLAGS='-L$DESTDIR/usr/lib $sanitizers' LDLIBS= CPPFLAGS="
97+
echo "ASAN_OPTIONS=detect_leaks=0" >> $GITHUB_ENV
98+
echo "UBSAN_OPTIONS=print_stacktrace=1:print_summary=1" >> $GITHUB_ENV
9799
else
98100
EXPLICIT_MAKE_VARS=
99101
fi

0 commit comments

Comments
 (0)