summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-10 13:31:16 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-11-10 13:31:16 +0100
commit212a797adc500ba08da57dfb225a2f2a75182ecf (patch)
treec0cd9ece8d3acf065f7daa2d81630a45bc3a162c
parent564f76af10b20161ec501b9d622452e64e3578a4 (diff)
downloadgnutls-212a797adc500ba08da57dfb225a2f2a75182ecf.tar.gz
.gitlab-ci.yml: disable guile in asan builds
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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: