From cb283e322436fd2d1bb627f66a7125d3741f53bc4ff7012240a3464bf63d0907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Wed, 20 Apr 2022 06:51:04 +0000 Subject: [PATCH] - Run test serially. - Install some packages in order to increase test coverage. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=22 --- mold.changes | 6 ++++++ mold.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/mold.changes b/mold.changes index f47c9be..374ba20 100644 --- a/mold.changes +++ b/mold.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 20 06:50:40 UTC 2022 - Martin Liška + +- Run test serially. +- Install some packages in order to increase test coverage. + ------------------------------------------------------------------- Tue Apr 19 06:43:50 UTC 2022 - Martin Liška diff --git a/mold.spec b/mold.spec index 0243e70..8315e44 100644 --- a/mold.spec +++ b/mold.spec @@ -26,10 +26,13 @@ Source: https://github.com/rui314/mold/archive/v%{version}/mold-%{versio Patch0: fix-gdb-index.patch BuildRequires: cmake %if %{suse_version} < 1550 +BuildRequires: gcc10-32bit BuildRequires: gcc10-c++ %else # These libraries are not present for openSUSE Leap BuildRequires: gcc-c++ +BuildRequires: clang +BuildRequires: gcc-32bit BuildRequires: libdwarf-tools BuildRequires: mimalloc-devel BuildRequires: tbb-devel @@ -86,7 +89,7 @@ LIBEXECDIR=%{_libexecdir} \ %{build_args} %check -%make_build test -e \ +make test -e \ PREFIX=%{_prefix} \ BINDIR=%{_bindir} \ MANDIR=%{_mandir} \