From 70665a3dd5527b13c9a7cbf06d57d8979fc41ef2 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 20 Mar 2024 10:08:14 +0200 Subject: [PATCH] Allow tests to fail Signed-off-by: David Abdurachmanov --- libunwind.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libunwind.spec b/libunwind.spec index 671ce5f..68221fd 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -35,7 +35,7 @@ # Ltest-resume-sig-rt # test-ptrace -%ifarch i686 ppc64le s390x +%ifarch i686 ppc64le s390x riscv64 %global test_failure_override true %else %global test_failure_override false @@ -136,8 +136,9 @@ echo ====================TESTING END===================== %{_includedir}/libunwind*.h %changelog -* Wed Mar 20 2023 David Abdurachmanov - 1.8.0-3.0.riscv64 +* Wed Mar 20 2024 David Abdurachmanov - 1.8.0-3.0.riscv64 - Rebuild for riscv64 +- Allow tests to fail * Wed Mar 06 2024 Richard W.M. Jones - 1.8.0-3 - Bump and rebuild package (for riscv64)