Temporarily disable x86 because kernel is broken there

(https://bugzilla.redhat.com/show_bug.cgi?id=1302071)
This commit is contained in:
Richard W.M. Jones 2016-02-06 12:52:23 +00:00
parent 627b53885d
commit e2b3eec503
1 changed files with 4 additions and 0 deletions

View File

@ -97,12 +97,16 @@ make %{?_smp_mflags}
%check
# Temporarily disable x86 because kernel is broken there
# (https://bugzilla.redhat.com/show_bug.cgi?id=1302071)
%ifnarch %{ix86}
%ifarch %{ix86} x86_64
make check || {
cat test-suite.log
exit 1
}
%endif
%endif
%install