Disable tests on riscv64

Disable for bootstrap.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-08-17 19:39:20 +03:00
parent 948495b032
commit 8505d0458e
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Generated by go2rpm
%ifnarch riscv64
%bcond_without check
%else
%bcond_with check
%endif
# https://github.com/dominikh/go-tools
%global goipath honnef.co/go/tools
@ -17,7 +21,7 @@ Go code, including linters and static analysis, most prominently staticcheck.}
%global godocs README.md
Name: %{goname}
Release: 2%{?dist}
Release: 2.0.riscv64%{?dist}
Summary: Collection of static analysis tools for working with Go code
# Upstream license specification: BSD-3-Clause and MIT
@ -78,6 +82,9 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
%gopkgfiles
%changelog
* Wed Aug 17 2022 David Abdurachmanov <davidlt@rivosinc.com> - 2019.2.3-2.0.riscv64
- Disable tests on riscv64
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2019.2.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild