Reduce number of ninja jobs on aarch64
Related: rhbz#1928132
This commit is contained in:
parent
1080701353
commit
941ef08c01
@ -68,8 +68,8 @@
|
|||||||
|
|
||||||
%global build_install_prefix %{buildroot}%{install_prefix}
|
%global build_install_prefix %{buildroot}%{install_prefix}
|
||||||
|
|
||||||
%ifarch ppc64le
|
%ifarch ppc64le aarch64
|
||||||
# Too many threads on ppc64 systems causes OOM errors.
|
# Too many threads on ppc64 and aarch64 systems causes OOM errors.
|
||||||
%global _smp_mflags -j8
|
%global _smp_mflags -j8
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -78,7 +78,7 @@
|
|||||||
|
|
||||||
Name: %pkg_name
|
Name: %pkg_name
|
||||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A C language family front-end for LLVM
|
Summary: A C language family front-end for LLVM
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -588,6 +588,9 @@ false
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 14 2021 Tom Stellard <tstellar@redhat.com> - 12.0.0-3
|
||||||
|
- Reduce number of ninja jobs on aarch64
|
||||||
|
|
||||||
* Fri May 14 2021 Tom Stellard <tstellar@redhat.com> - 12.0.0-2
|
* Fri May 14 2021 Tom Stellard <tstellar@redhat.com> - 12.0.0-2
|
||||||
- Add libclang.so compat library
|
- Add libclang.so compat library
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user