From 1e4682c164bc4be14d6fe63b05ea522615dc637c Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Feb 28 2017 14:30:36 +0000 Subject: Disable test suite for aarch64, it segfault in koji (but works on different hardware) --- diff --git a/sysbench.spec b/sysbench.spec index 25fe33c..1236188 100644 --- a/sysbench.spec +++ b/sysbench.spec @@ -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 1.0.2-2 - Run test suite.