Also skip failing test in armv7hl

This commit is contained in:
Mikel Olasagasti Uranga 2022-07-19 20:26:46 +02:00
parent b56584863a
commit 7d4f962e90

View File

@ -52,7 +52,7 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
%if %{with check}
%check
%ifarch aarch64 ppc64le s390x
%ifarch aarch64 armv7hl ppc64le s390x
%gocheck -d cmd/gobind -d cmd/gomobile
%else
%gocheck -d cmd/gobind