Disable test suite for aarch64, it segfault in koji (but works on different hardware)

This commit is contained in:
Xavier Bachelot 2017-02-28 15:30:36 +01:00
parent 8b5e3241af
commit 1e4682c164
1 changed files with 3 additions and 0 deletions

View File

@ -65,9 +65,11 @@ autoreconf -vif
%make_install
rm -f %{buildroot}%{_docdir}/sysbench/manual.html
%ifnarch aarch64
%check
cd tests
./test_run.sh
%endif
%files
%doc ChangeLog COPYING README.md
@ -81,6 +83,7 @@ cd tests
- Update to 1.0.3 (RHBZ#1424670).
- Restrict arches to the same ones as luajit.
- Add --with-gcc-arch=native to configure for %%{arm} and aarch64.
- Disable test suite for aarch64, it segfaults in koji.
* Sat Feb 25 2017 Xavier Bachelot <xavier@bachelot.org> 1.0.2-2
- Run test suite.