]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph.spec.in: remove build directory at end of %install 45664/head
authorTim Serong <tserong@suse.com>
Mon, 28 Mar 2022 04:12:10 +0000 (15:12 +1100)
committerTim Serong <tserong@suse.com>
Mon, 28 Mar 2022 08:23:18 +0000 (19:23 +1100)
commitaa18cb12003e3526c8e8f23dc2335a483fbfa68e
tree329fce190028a9ef2a5fe4c134bd0b47aa1fa519
parent01b57c1f6335dfbf48682e6fad3d177070cf99f4
ceph.spec.in: remove build directory at end of %install

By the time we get to the end of the %install section, all the
built binaries have been installed in the build root, so we can
delete the build directory from the source tree.  This frees up
about 17GB of disk space on build hosts, which is helpful in
case other processes later in the RPM build need more disk space.

Fixes: https://tracker.ceph.com/issues/55079
Signed-off-by: Tim Serong <tserong@suse.com>
ceph.spec.in