From: Witold Kręcicki Date: Mon, 4 Nov 2019 14:32:31 +0000 (+0100) Subject: disable leak detection in ASAN; libuv has some problems with that X-Git-Tag: v9.15.6~21^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f188d002273cf5fb45fa4a5b9814279d009824e4;p=thirdparty%2Fbind9.git disable leak detection in ASAN; libuv has some problems with that --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ebccb48522..86f03503fdd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -675,6 +675,7 @@ unit:gcc:bionic:amd64: asan:sid:amd64: variables: CC: gcc + ASAN_OPTIONS: "detect_leaks=0" CFLAGS: "-Wall -Wextra -O2 -g -fsanitize=address,undefined -DISC_MEM_USE_INTERNAL_MALLOC=0" LDFLAGS: "-fsanitize=address,undefined" EXTRA_CONFIGURE: "--with-libidn2"