ceph 16.1.0 RC (ceph-16.1.0-308-gabe639eb)

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2021-02-22 12:55:04 -05:00
parent be247e2321
commit 1fdc7e124d
1 changed files with 3 additions and 2 deletions

View File

@ -1208,10 +1208,11 @@ export CXXFLAGS=$(echo $RPM_OPT_FLAGS | sed -e 's/-Wp,-D_FORTIFY_SOURCE=2//g')
%endif
# Parallel build settings ...
CEPH_MFLAGS_JOBS="%{?_smp_mflags}"
%ifarch s390 s390x
CEPH_SMP_NCPUS="2"
CEPH_MFLAGS_JOBS="-j1"
CEPH_SMP_NCPUS="1"
%else
CEPH_MFLAGS_JOBS="%{?_smp_mflags}"
CEPH_SMP_NCPUS=$(echo "$CEPH_MFLAGS_JOBS" | sed 's/-j//')
%endif
%if 0%{?__isa_bits} == 32