From b373f1be2d42cbdf9256871420b3cbbaafd86d5cac0a7f7898eb2d0b076fd96a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 6 May 2022 11:18:06 +0000 Subject: [PATCH] Accepting request 975383 from openSUSE:Factory:RISCV - Enable build on riscv64 and run testsuite OBS-URL: https://build.opensuse.org/request/show/975383 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=54 --- libunwind.changes | 5 +++++ libunwind.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/libunwind.changes b/libunwind.changes index e7f3f52..cc04b4f 100644 --- a/libunwind.changes +++ b/libunwind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 6 09:25:52 UTC 2022 - Andreas Schwab + +- Enable build on riscv64 and run testsuite + ------------------------------------------------------------------- Thu Apr 21 07:41:05 UTC 2022 - Dirk Müller diff --git a/libunwind.spec b/libunwind.spec index c7ab15d..5d6b7fb 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -30,7 +30,7 @@ Source3: baselibs.conf BuildRequires: gcc-c++ BuildRequires: lzma-devel BuildRequires: pkgconfig -ExcludeArch: s390 riscv64 +ExcludeArch: s390 %description A C programming interface (API) to determine the call chain of a program. @@ -52,10 +52,8 @@ A C programming interface (API) to determine the call chain of a program. %make_build %check -%if ! 0%{?qemu_user_space_build} # run-coredump-unwind fails %make_build check || : -%endif %install %make_install