]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: don't use the internal libtasn1 when compiling with libubsan
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 29 Feb 2016 09:23:20 +0000 (10:23 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 29 Feb 2016 09:23:23 +0000 (10:23 +0100)
This prevents build failures due to issues in libtasn1

.gitlab-ci.yml

index 7ec8ab71d50c52f0e807e8585d2e1b235abbe5ab..662b69d0e28ecfe523a0eaf0cd7cfcb981f4c0a3 100644 (file)
@@ -24,7 +24,7 @@ Build and Check with asan:
 Build and Check with ubsan:
   script:
   - git submodule update --init && make autoreconf && CFLAGS="-fsanitize=undefined -fno-sanitize-recover -g
-    -O2" LDFLAGS="-static-libubsan" ./configure --disable-doc --with-included-libtasn1 --disable-valgrind-tests --disable-non-suiteb-curves --disable-guile
+    -O2" LDFLAGS="-static-libubsan" ./configure --disable-doc --disable-valgrind-tests --disable-non-suiteb-curves --disable-guile
     && make -j4 && make check -j4
   tags:
   - ubsan