Navigation Menu

Skip to content

Commit

Permalink
Disable OpenSSL RDRAND in COPR tests to work around SoftHSM deadlock
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed May 7, 2020
1 parent eb14048 commit 1e10c19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openconnect.spec.in
Expand Up @@ -137,7 +137,9 @@ rm -f $RPM_BUILD_ROOT/%{_libexecdir}/openconnect/hipreport-android.sh

%check
%if 0%{?fedora} || 0%{?rhel} > 7
make VERBOSE=1 check
# Clear RDRAND capability bit to work around
# https://bugzilla.redhat.com/show_bug.cgi?id=1831086
make VERBOSE=1 OPENSSL_ia32cap=~0x4000000000000000 check
%else
make VERBOSE=1 XFAIL_TESTS="auth-nonascii bad_dtls_test" check
%endif
Expand Down

0 comments on commit 1e10c19

Please sign in to comment.