Accepting request 415548 from home:dimstar:branches:filesystems:ceph
Please consider to merge this: * by not producing the static libs in first place, we can drop the disk requirements < 20GB * By demanding only 8GB of RAM, we get a lot more workers to choose from Together with the logic in the .spec to assign less parallel tasks with less RAM, this actually even speeds up a lot - we can get much faster workers to do tje job (branch built in 1200s less than filesystems:ceph) OBS-URL: https://build.opensuse.org/request/show/415548 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=50
This commit is contained in:
parent
c67d563d6e
commit
2fcfcf76f9
@ -9,10 +9,10 @@
|
||||
</conditions>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">28</size>
|
||||
<size unit="M">19950</size>
|
||||
</disk>
|
||||
<memory>
|
||||
<size unit="G">11</size>
|
||||
<size unit="G">8</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 27 19:34:06 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Pass --disable-static to configure: Let's save the time and
|
||||
resources by not building the static libraries instead of
|
||||
deleting them in the install section again.
|
||||
- Drop required disk limit for ceph to from 28GB 20GB.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 24 19:49:16 UTC 2016 - ncutler@suse.com
|
||||
|
||||
|
@ -257,6 +257,7 @@ export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'`
|
||||
--libexecdir=%{_libexecdir} \
|
||||
--localstatedir=%{_localstatedir} \
|
||||
--sysconfdir=%{_sysconfdir} \
|
||||
--disable-static \
|
||||
%if 0%{?rhel} && ! 0%{?centos}
|
||||
--enable-subman \
|
||||
%endif
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 27 19:34:06 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Pass --disable-static to configure: Let's save the time and
|
||||
resources by not building the static libraries instead of
|
||||
deleting them in the install section again.
|
||||
- Drop required disk limit for ceph to from 28GB 20GB.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 24 19:49:16 UTC 2016 - ncutler@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user