]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
pbuilder: build in $WORKSPACE or tmpfs if available 1999/head
authorDavid Galloway <dgallowa@redhat.com>
Fri, 13 May 2022 17:28:55 +0000 (13:28 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 11 Aug 2022 01:02:29 +0000 (21:02 -0400)
commit2d4fe238d117207eae0326bb025ce379e80eb43a
tree936a2ff1ca60bce9d2abb2f7b67de5406bad9685
parent4763b1f27cf782897eb240acbea36afee353b3af
pbuilder: build in $WORKSPACE or tmpfs if available

Come to find out unless --buildplace is defined, pbuilder builds in /var/cache/pbuilder/build.

The braggi and adami builders have separate faster and larger SSDs mounted at /home/jenkins-build but pbuilder hasn't been using them.

Additionally, it is possible to build in memory.  The braggi and adami have plenty of space available to build in it so let's use it.

Signed-off-by: David Galloway <dgallowa@redhat.com>
scripts/build_utils.sh