Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 06e3f18648
Disable tests for riscv64
Same as s390x

Running 1 test suites...
Test suite test: RUNNING...
test: unknown RTS option: -N2

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-04-20 14:58:30 +03:00
1 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
%global pkg_name temporary
%global pkgver %{pkg_name}-%{version}
%ifnarch s390x
%ifnarch s390x riscv64
%bcond_without tests
%else
%bcond_with tests
@ -12,7 +12,7 @@
Name: ghc-%{pkg_name}
Version: 1.3
Release: 5%{?dist}
Release: 5.0.riscv64%{?dist}
Summary: Portable temporary file and directory support
License: BSD
@ -135,6 +135,9 @@ This package provides the Haskell %{pkg_name} profiling library.
%changelog
* Mon Apr 20 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 1.3-5.0.riscv64
- Disable tests for riscv64
* Wed Feb 19 2020 Jens Petersen <petersen@redhat.com> - 1.3-5
- refresh to cabal-rpm-2.0.2