]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: Hardcode 200 vCPUs for testing purposes dgalloway-ib
authorDavid Galloway <dgallowa@redhat.com>
Thu, 21 Oct 2021 18:28:48 +0000 (14:28 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 21 Oct 2021 18:28:48 +0000 (14:28 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
ceph.spec.in

index 3579d7e628eaf8f78bbcacc160fde0c9e30cff1f..e8423d413d48909ab4895e956e07aeab0b23e841 100644 (file)
@@ -1348,7 +1348,7 @@ cmake .. \
 %if 0%{?suse_version}
     -DBOOST_J:STRING=%{jobs} \
 %else
-    -DBOOST_J:STRING=%{_smp_build_ncpus} \
+    -DBOOST_J:STRING=200 \
 %endif
 %if 0%{?rhel}
     -DWITH_FMT_HEADER_ONLY:BOOL=ON \