commit: 6655ae11b79c862b01be9ef3ef8936cb8812550c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 14 08:01:48 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 14 08:01:55 2026 +0000
URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=6655ae11
Disable tmpfs whlie doing -e
Ran out of space on milou
Signed-off-by: Sam James <sam <AT> gentoo.org>
builders/dola/binhost-update | 2 +-
builders/milou/binhost-update | 2 +-
builders/tintin/binhost-update | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/builders/dola/binhost-update b/builders/dola/binhost-update
index e22bfbf..7f77fb4 100755
--- a/builders/dola/binhost-update
+++ b/builders/dola/binhost-update
@@ -99,7 +99,7 @@ emerge --sync -q &>> ${TMPFILE}
anyfail=0
-nspawn_command=(systemd-nspawn --bind /dev/steve --bind-ro
/etc/sandbox.d/90steve --bind /var/cache/distfiles --bind
/var/lib/machines/${NSPAWN_DEBUGDIR}:/usr/lib/debug/.tarball --bind
/var/lib/machines/${NSPAWN_PKGDIR}:/var/cache/binpkgs --bind-ro
/var/db/repos/gentoo --tmpfs=/var/tmp:mode=1777,size=${TMPFS_SIZE}g)
+nspawn_command=(systemd-nspawn --bind /dev/steve --bind-ro
/etc/sandbox.d/90steve --bind /var/cache/distfiles --bind
/var/lib/machines/${NSPAWN_DEBUGDIR}:/usr/lib/debug/.tarball --bind
/var/lib/machines/${NSPAWN_PKGDIR}:/var/cache/binpkgs --bind-ro
/var/db/repos/gentoo)
for n in "${NSPAWN_NAMES[@]}" ; do
machinedir=/var/lib/machines/${n}
echo Machine ${n} &>> ${TMPFILE}
diff --git a/builders/milou/binhost-update b/builders/milou/binhost-update
index f627550..68b95e2 100755
--- a/builders/milou/binhost-update
+++ b/builders/milou/binhost-update
@@ -127,7 +127,7 @@ starttime=$(date +%s)
exec {BASH_XTRACEFD}>> ${TMPFILE}
set -x
-nspawn_command=(systemd-nspawn --bind /dev/steve --bind-ro
/etc/sandbox.d/90steve --bind /var/cache/distfiles --bind
/var/lib/machines/${NSPAWN_DEBUGDIR}:/usr/lib/debug/.tarball --bind
/var/lib/machines/${NSPAWN_PKGDIR}:/var/cache/binpkgs --bind-ro
/var/db/repos/gentoo --tmpfs=/var/tmp:mode=1777,size=${TMPFS_SIZE}g)
+nspawn_command=(systemd-nspawn --bind /dev/steve --bind-ro
/etc/sandbox.d/90steve --bind /var/cache/distfiles --bind
/var/lib/machines/${NSPAWN_DEBUGDIR}:/usr/lib/debug/.tarball --bind
/var/lib/machines/${NSPAWN_PKGDIR}:/var/cache/binpkgs --bind-ro
/var/db/repos/gentoo)
for n in "${NSPAWN_NAMES[@]}" ; do
machinedir=/var/lib/machines/${n}
echo Machine ${n} &>> ${TMPFILE}
diff --git a/builders/tintin/binhost-update b/builders/tintin/binhost-update
index ed1c292..8f9da6b 100755
--- a/builders/tintin/binhost-update
+++ b/builders/tintin/binhost-update
@@ -127,7 +127,7 @@ starttime=$(date +%s)
exec {BASH_XTRACEFD}>> ${TMPFILE}
set -x
-nspawn_command=(systemd-nspawn --bind /dev/steve --bind-ro
/etc/sandbox.d/90steve --bind /var/cache/distfiles --bind
/var/lib/machines/${NSPAWN_DEBUGDIR}:/usr/lib/debug/.tarball --bind
/var/lib/machines/${NSPAWN_PKGDIR}:/var/cache/binpkgs --bind-ro
/var/db/repos/gentoo --tmpfs=/var/tmp:mode=1777,size=${TMPFS_SIZE}g)
+nspawn_command=(systemd-nspawn --bind /dev/steve --bind-ro
/etc/sandbox.d/90steve --bind /var/cache/distfiles --bind
/var/lib/machines/${NSPAWN_DEBUGDIR}:/usr/lib/debug/.tarball --bind
/var/lib/machines/${NSPAWN_PKGDIR}:/var/cache/binpkgs --bind-ro
/var/db/repos/gentoo)
for n in "${NSPAWN_NAMES[@]}" ; do
machinedir=/var/lib/machines/${n}
echo Machine ${n} &>> ${TMPFILE}