]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: remove scriptlet to generate HMAC files for FIPS
authorDaiki Ueno <ueno@gnu.org>
Wed, 17 Feb 2021 10:31:23 +0000 (11:31 +0100)
committerDaiki Ueno <ueno@gnu.org>
Wed, 17 Feb 2021 11:02:49 +0000 (12:02 +0100)
This is now generated automatically during the build.

Signed-off-by: Daiki Ueno <ueno@gnu.org>
.gitlab-ci.yml

index 66ecd2a58884fc787c6ea9dc691919ff083398f3..2c7d2f3766767f7eb6330dcf148e711e859c795b 100644 (file)
@@ -296,11 +296,6 @@ fedora-FIPS140-2/build:
     - ./bootstrap
     - dash ./configure --disable-gcc-warnings --cache-file $CCACHE_FILE --disable-non-suiteb-curves --enable-fips140-mode --disable-doc --disable-full-test-suite --disable-guile
     - make -j$BUILDJOBS
-    - mkdir -p lib/.libs/fipscheck
-    - |
-      for i in lib/.libs/libgnutls.so*; do
-        openssl sha256 -hmac orboDeJITITejsirpADONivirpUkvarP -hex $i | cut -f 2 -d ' ' > lib/.libs/fipscheck/$(basename $i).hmac
-      done
     # build tests, but don't execute them
     - GNUTLS_FORCE_FIPS_MODE=1 make -j$BUILDJOBS check TESTS=""