Disable tests on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-04-13 18:33:13 +03:00
parent 218917e5e3
commit e3ebde4e64
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 1 deletions

View File

@ -4,11 +4,15 @@
%global pkg_name microlens-th
%global pkgver %{pkg_name}-%{version}
%ifnarch riscv64
%bcond_without tests
%else
%bcond_with tests
%endif
Name: ghc-%{pkg_name}
Version: 0.4.3.11
Release: %autorelease
Release: %autorelease -e 0.riscv64
Summary: Automatic generation of record lenses for microlens
License: BSD-3-Clause