Also skip failing test in armv7hl
This commit is contained in:
parent
b56584863a
commit
7d4f962e90
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user