]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Revert ".gitlab-ci.yml: include coverage statistics of FIPS140-2 code"
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 9 Mar 2017 10:25:54 +0000 (11:25 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 9 Mar 2017 11:04:02 +0000 (12:04 +0100)
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).

.gitlab-ci.yml

index 52f0be04a3ed0e5bf484693e8d7c2780009f45f2..4f94f7594a0c7368fbea1f50b99eb89f2b3c68ba 100644 (file)
@@ -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