Disable tests on 32bit arches
This commit is contained in:
parent
4666696fd3
commit
cc828e2a0e
@ -14,7 +14,7 @@
|
||||
|
||||
Name: cyrus-imapd
|
||||
Version: 3.2.6
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
|
||||
%define ssl_pem_file_prefix /etc/pki/%name/%name
|
||||
|
||||
@ -479,6 +479,10 @@ export CYRUS_USER=$USER
|
||||
|
||||
make %{?_smp_mflags} check || exit 1
|
||||
|
||||
%ifarch %{ix86} armv7hl
|
||||
exit 0
|
||||
%endif
|
||||
|
||||
%if %{without cassandane}
|
||||
exit 0
|
||||
%endif
|
||||
@ -640,6 +644,9 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 11 2021 Pavel Zhukov <pzhukov@redhat.com> - 3.2.6-6
|
||||
- Disable tests on 32bit arches. Started to fail with perl rebase
|
||||
|
||||
* Sun May 23 2021 Jitka Plesnikova <jplesnik@redhat.com> - 3.2.6-5
|
||||
- Perl 5.34 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user