From: Nikos Mavrogiannopoulos Date: Tue, 10 Nov 2015 12:31:16 +0000 (+0100) Subject: .gitlab-ci.yml: disable guile in asan builds X-Git-Tag: gnutls_3_5_0~580 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=212a797adc500ba08da57dfb225a2f2a75182ecf;p=thirdparty%2Fgnutls.git .gitlab-ci.yml: disable guile in asan builds --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a640033ea5..ac39b7c497 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ Build and Check with valgrind: Build and Check with asan: script: - git submodule update --init && make autoreconf &&CFLAGS="-fsanitize=address -g - -O2" LDFLAGS="-static-libasan" ./configure --disable-doc --with-included-libtasn1 --disable-valgrind-tests --disable-non-suiteb-curves + -O2" LDFLAGS="-static-libasan" ./configure --disable-doc --with-included-libtasn1 --disable-valgrind-tests --disable-non-suiteb-curves --disable-guile && make -j4 && make check -j4 - cat tests/test-suite.log tags: