- 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
This commit is contained in:
Martin Liška 2022-04-20 06:51:04 +00:00 committed by Git OBS Bridge
parent bc12ac6696
commit cb283e3224
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 20 06:50:40 UTC 2022 - Martin Liška <mliska@suse.cz>
- Run test serially.
- Install some packages in order to increase test coverage.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 19 06:43:50 UTC 2022 - Martin Liška <mliska@suse.cz> Tue Apr 19 06:43:50 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -26,10 +26,13 @@ Source: https://github.com/rui314/mold/archive/v%{version}/mold-%{versio
Patch0: fix-gdb-index.patch Patch0: fix-gdb-index.patch
BuildRequires: cmake BuildRequires: cmake
%if %{suse_version} < 1550 %if %{suse_version} < 1550
BuildRequires: gcc10-32bit
BuildRequires: gcc10-c++ BuildRequires: gcc10-c++
%else %else
# These libraries are not present for openSUSE Leap # These libraries are not present for openSUSE Leap
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: clang
BuildRequires: gcc-32bit
BuildRequires: libdwarf-tools BuildRequires: libdwarf-tools
BuildRequires: mimalloc-devel BuildRequires: mimalloc-devel
BuildRequires: tbb-devel BuildRequires: tbb-devel
@ -86,7 +89,7 @@ LIBEXECDIR=%{_libexecdir} \
%{build_args} %{build_args}
%check %check
%make_build test -e \ make test -e \
PREFIX=%{_prefix} \ PREFIX=%{_prefix} \
BINDIR=%{_bindir} \ BINDIR=%{_bindir} \
MANDIR=%{_mandir} \ MANDIR=%{_mandir} \