Compare commits

...

1 Commits

Author SHA1 Message Date
d119456812
Disable tests on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-11-07 16:20:02 +02:00

View File

@ -1,6 +1,6 @@
# Generated by go2rpm
# https://github.com/rcrowley/go-metrics/issues/249
%ifnarch s390x aarch64 ppc64le
%ifnarch s390x aarch64 ppc64le riscv64
%bcond_without check
%endif
@ -20,7 +20,7 @@ Go port of coda hale's metrics library.}
Name: %{goname}
Version: 0
Release: 0.32%{?dist}
Release: 0.32.0.riscv64%{?dist}
Summary: Go port of coda hale's metrics library
License: BSD
@ -63,6 +63,9 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
%gopkgfiles
%changelog
* Tue Nov 07 2023 David Abdurachmanov <davidlt@rivosinc.com> - 0-0.32.0.riscv64
- Disable tests on riscv64
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild