summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2019-05-24 12:59:13 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-05-24 13:02:57 +0200
commitb00f7d45428daf4d57829c779fffd5cf546793f8 (patch)
tree65e75812722becd10b02ebea3a47abd6c1a7837a
parent32a9c9a5e8240fdc017fa54f106c3eb71f526bfe (diff)
downloadgnutls-tmp-avoid-libs-in-libsvar.tar.gz
.gitlab-ci.yml: ensure that the LIBS variable is empty after a configure runtmp-avoid-libs-in-libsvar
We do not use this variable as it is global and applies to all of tests, applications and library, and when it is set it is usually due to bugs in configure.ac. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cfb16609d4..7fc747f5ff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -462,6 +462,7 @@ ubsan-Werror.Fedora.x86_64:
- ./bootstrap
- CFLAGS="-std=c99 -fsanitize=undefined -fsanitize=bool -fsanitize=alignment -fsanitize=null -fsanitize=bounds-strict -fsanitize=enum -fno-sanitize-recover -g -O2" CXXFLAGS=$CFLAGS LDFLAGS="-static-libubsan" dash ./configure
--cache-file cache/config.cache --disable-non-suiteb-curves --disable-guile --disable-full-test-suite --disable-doc
+ - grep "^LIBS=''" config.log || false
- make -j$(nproc) -C gl
- make -j$(nproc) -C lib CFLAGS="-Werror -O2 -g -Wimplicit-fallthrough=2"
- make -j$(nproc) -C libdane CFLAGS="-Werror -O2 -g -Wimplicit-fallthrough=2"