summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-03-09 11:25:54 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-03-09 12:04:02 +0100
commitf2abc2357e93cd10db3ad8a05bd230eea2778a33 (patch)
treea5ce0829951b138d20cf297980f7ef34b8b3076a
parentae058954007f409ee087e9e2a0a677bbf3ed39a9 (diff)
downloadgnutls-f2abc2357e93cd10db3ad8a05bd230eea2778a33.tar.gz
Revert ".gitlab-ci.yml: include coverage statistics of FIPS140-2 code"
This reverts commit 603772688c4e37dae437b4cede12e25b9dd9f678. The commit introduced a long wait for the coverage build without and significant benefit (the extend of the FIPS140 code is limited to have any impact on the overall coverage).
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52f0be04a3..4f94f7594a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,7 @@ ABI-check/Fedora/x86_64:
stage: stage1-testing
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
script:
- - CFLAGS="-std=c99 -O2 -g" ./configure --prefix=/usr --libdir=/usr/lib64 --disable-cxx --disable-valgrind-tests --enable-code-coverage --disable-non-suiteb-curves --disable-maintainer-mode --disable-doc --enable-fips140-mode
+ - CFLAGS="-std=c99 -O2 -g" ./configure --prefix=/usr --libdir=/usr/lib64 --disable-cxx --disable-valgrind-tests --enable-code-coverage --disable-non-suiteb-curves --disable-maintainer-mode --disable-doc
&& make -j$(nproc)
- make abi-check
- make pic-check
@@ -114,7 +114,6 @@ coverage/Fedora:
script:
- git submodule update --init
- make -j$(nproc) check
- - GNUTLS_SKIP_FIPS_INTEGRITY_CHECKS=1 GNUTLS_FORCE_FIPS_MODE=1 make -C tests check -j$(nproc)
- make local-code-coverage-output || true
tags:
- shared