Do not run tests on aarch64

This commit is contained in:
Yaakov Selkowitz 2014-09-11 11:27:12 -05:00
parent d045a55808
commit ee3dd73879

View File

@ -1,6 +1,6 @@
Name: orc
Version: 0.4.22
Release: 2%{?dist}
Release: 3%{?dist}
Summary: The Oil Run-time Compiler
Group: System Environment/Libraries
@ -76,7 +76,7 @@ touch -r stamp-h1 %{buildroot}%{_includedir}/%{name}-0.4/orc/orc-stdint.h
%check
%ifnarch s390 s390x ppc %{power64} %{arm} i686
%ifnarch s390 s390x ppc %{power64} %{arm} i686 aarch64
make check
%endif
@ -107,6 +107,9 @@ make check
%changelog
* Thu Sep 11 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 0.4.22-3
- Do not run tests on aarch64
* Thu Sep 4 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.22-2
- Add upstream patch for selinux issue with tmp files