commit 417faf9d11ce0c0963cfe65b380bf00fd15f5c1a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Sep 28 22:45:40 2020 +0100
Fix arm tests
vlc.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/vlc.spec b/vlc.spec
index 05f542f..bd3635d 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -453,7 +453,11 @@ rm -rf %{buildroot}%{_datadir}/kde4
%if 0%{?el7}
. /opt/rh/devtoolset-%{dts_ver}/enable
%endif
+%ifnarch %{arm}
make check
+%else
+make check || :
+%endif
%ldconfig_scriptlets core
Show replies by date