]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Work around SoftHSM lockup in CI
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 15 May 2020 09:31:27 +0000 (10:31 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Fri, 15 May 2020 09:41:28 +0000 (10:41 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
.gitlab-ci.yml

index 3ad5cd800e34a377fcebbc33814b2145da9cf08d..097f09c1866f35fa72a0b5f2a57d5b107d08b9cf 100644 (file)
@@ -195,7 +195,8 @@ Fedora/GnuTLS:
   - cd openconnect-$(git describe --tags | sed s/^v//)
   - ./configure --with-java --disable-dsa-tests --without-gnutls-version-check CFLAGS=-g
   - make -j4
-  - make VERBOSE=1 -j4 check
+  # Disable rdrand to work around https://bugzilla.redhat.com/1831086
+  - make VERBOSE=1 OPENSSL_ia32cap=~0x4000000000000000 -j4 check
   tags:
   - shared
   except:
@@ -224,7 +225,8 @@ Fedora/GnuTLS/clang:
   - cd openconnect-$(git describe --tags | sed s/^v//)
   - ./configure --with-java --disable-dsa-tests --without-gnutls-version-check CC=clang CFLAGS=-g
   - make -j4
-  - make VERBOSE=1 -j4 check
+  # Disable rdrand to work around https://bugzilla.redhat.com/1831086
+  - make VERBOSE=1 OPENSSL_ia32cap=~0x4000000000000000 -j4 check
   tags:
   - shared
   except: