commit:     5479de2505f9e7676b9a6436f4aeb20c6769fc12
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 17 12:32:44 2026 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Feb 17 12:32:44 2026 +0000
URL:        https://gitweb.gentoo.org/proj/binhost.git/commit/?id=5479de25

milou: Bind-mound debuginfo directory

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 builders/milou/binhost-update | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/builders/milou/binhost-update b/builders/milou/binhost-update
index ce3f6c3..f627550 100755
--- a/builders/milou/binhost-update
+++ b/builders/milou/binhost-update
@@ -21,6 +21,7 @@ NSPAWN_NAMES=(
 )
 
 NSPAWN_PKGDIR='.binhost-amd64-x86-64.binpkgs'
+NSPAWN_DEBUGDIR='.binhost-amd64-x86-64.debuginfo'
 
 UPLOAD_USER=amd64
 UPLOAD_KEY=/root/.ssh/id_ed25519
@@ -126,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_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 --tmpfs=/var/tmp:mode=1777,size=${TMPFS_SIZE}g)
 for n in "${NSPAWN_NAMES[@]}" ; do
        machinedir=/var/lib/machines/${n}
        echo Machine ${n} &>> ${TMPFILE}

Reply via email to