]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: disable guile in asan builds
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 10 Nov 2015 12:31:16 +0000 (13:31 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 10 Nov 2015 12:31:16 +0000 (13:31 +0100)
.gitlab-ci.yml

index a640033ea5fbcaf55392b7b43032b118267b3e5c..ac39b7c4976de1274bca0652ac1f0d0b6c540131 100644 (file)
@@ -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: