aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'builders/demeter/binhost-update')
-rwxr-xr-xbuilders/demeter/binhost-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/builders/demeter/binhost-update b/builders/demeter/binhost-update
index 1b595dc..9e6822b 100755
--- a/builders/demeter/binhost-update
+++ b/builders/demeter/binhost-update
@@ -98,7 +98,7 @@ for n in ${NSPAWN_NAMES} ; do
cd /var/lib/machines/${n}/etc/binhost &>> ${TMPFILE}
git pull -q &>> ${TMPFILE}
cd /root &>> ${TMPFILE}
- systemd-nspawn --bind /var/cache/distfiles --bind-ro /var/db/repos/gentoo -M ${n} /root/bin/run-update &>> ${TMPFILE}
+ systemd-nspawn --bind /var/cache/distfiles --bind-ro /var/db/repos/gentoo --tmpfs=/var/tmp:mode=1777,size=32g -M ${n} /root/bin/run-update &>> ${TMPFILE}
done