From 4c7ab54e63898f3d2ec37f5cd797fe4f53985e9d Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 21 Feb 2024 12:16:43 +0200 Subject: [PATCH] Do not ignore tests failures on riscv64 Signed-off-by: David Abdurachmanov --- elfutils.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/elfutils.spec b/elfutils.spec index 569f6c3..7eefdea 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -316,11 +316,7 @@ install -Dm0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/elfutils-debuginfod.conf # Record some build root versions in build.log uname -r; rpm -q binutils gcc glibc || true -%ifnarch riscv64 %make_build check || (cat tests/test-suite.log; false) -%else -%make_build check || (cat tests/test-suite.log; true) -%endif # Only the latest Fedora and EPEL have these scriptlets, # older Fedora and plain RHEL don't.