diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-07-28 13:22:51 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-08-04 16:53:53 +0200 |
commit | 687940f25b29650a949e100038964e9601b672df (patch) | |
tree | 0df665cd872de52a4b31b7274360c2f1e8221e07 /.gitlab-ci.yml | |
parent | faf8fdba63b99800f17171a003f0841544000d4a (diff) | |
download | gnutls-687940f25b29650a949e100038964e9601b672df.tar.gz |
.gitlab-ci.yml: enable multiple undefined sub-sanitizers
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a7dd76bfd..326d6e80cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -390,13 +390,13 @@ ubsan-Werror/Fedora/x86_64: script: - git submodule update --init --no-fetch - make autoreconf - - CFLAGS="-fsanitize=undefined -fno-sanitize-recover -g -O2" LDFLAGS="-static-libubsan" ./configure --disable-non-suiteb-curves --disable-guile --disable-doc + - CFLAGS="-fsanitize=undefined -fsanitize=bool -fsanitize=alignment -fsanitize=null -fsanitize=bounds-strict -fsanitize=enum -fno-sanitize-recover -g -O2" LDFLAGS="-static-libubsan" ./configure --disable-non-suiteb-curves --disable-guile --disable-doc - make -j$(nproc) -C gl - make -j$(nproc) -C lib CFLAGS="-Werror -O2 -g" - make -j$(nproc) -C libdane CFLAGS="-Werror -O2 -g" - make -j$(nproc) - make check -j$(nproc) - - CFLAGS="-fsanitize=undefined -fno-sanitize-recover -g -O2" LDFLAGS="-static-libubsan" ./configure --disable-non-suiteb-curves --disable-guile --disable-doc --with-default-trust-store-pkcs11="pkcs11:" + - CFLAGS="-fsanitize=undefined -fsanitize=bool -fsanitize=alignment -fsanitize=null -fsanitize=bounds-strict -fsanitize=enum -fno-sanitize-recover -g -O2" LDFLAGS="-static-libubsan" ./configure --disable-non-suiteb-curves --disable-guile --disable-doc --with-default-trust-store-pkcs11="pkcs11:" - make -j$(nproc) - make -C tests check -j$(nproc) TESTS=trust-store SUBDIRS=. tags: |