Compare commits

...

2 Commits

Author SHA1 Message Date
David Abdurachmanov 362d9feb31
Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release:
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-06-24 21:25:17 +03:00
David Abdurachmanov 83e8a287ab
Disable tests on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-04-19 10:48:12 +03:00
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
# i686: tests assume Int is Int64
# s390x: unknown RTS option: -N
%ifnarch i686 s390x armv7hl
%ifnarch i686 s390x armv7hl riscv64
%bcond_without tests
%endif
Name: ghc-%{pkg_name}
Version: 7.1.3
Release: %autorelease
Release: %autorelease -e 0.riscv64 -e rvre0
Summary: Combinator-based type-safe formatting (like printf() or FORMAT)
License: BSD-3-Clause