- BuildRequires: python-rpm-macros to fix Leap 15.3 build.
- More memory for GCC compile jobs. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm13?expand=0&rev=6
This commit is contained in:
parent
b0bf3da2ca
commit
2bc3f1ad81
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 18 15:05:40 UTC 2021 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
- BuildRequires: python-rpm-macros to fix Leap 15.3 build.
|
||||
- More memory for GCC compile jobs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 12 13:30:15 UTC 2021 - Alberto Planas Dominguez <aplanas@suse.com>
|
||||
|
||||
|
@ -146,6 +146,7 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: libstdc++-devel
|
||||
BuildRequires: ninja
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: pkgconfig(libedit)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
@ -672,7 +673,7 @@ TARGETS_TO_BUILD="host;AMDGPU;BPF;NVPTX"
|
||||
TARGETS_TO_BUILD="host;BPF"
|
||||
%endif
|
||||
|
||||
mem_per_compile_job=900000
|
||||
mem_per_compile_job=1000000
|
||||
%ifarch i586 ppc armv6hl armv7hl
|
||||
# 32-bit arches need less memory than 64-bit arches.
|
||||
mem_per_compile_job=600000
|
||||
|
Loading…
Reference in New Issue
Block a user