commit: 85af6463ebe012203ff37826a2ed8a1c51bd18ff Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri Mar 13 14:36:52 2026 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri Mar 13 14:36:52 2026 +0000 URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=85af6463
dola: Bind-mound debuginfo directory Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> builders/dola/binhost-update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builders/dola/binhost-update b/builders/dola/binhost-update index 35a3765..e22bfbf 100755 --- a/builders/dola/binhost-update +++ b/builders/dola/binhost-update @@ -12,6 +12,7 @@ [email protected] NSPAWN_NAMES=(binhost-arm64-kde-23 binhost-arm64-gnome-23 binhost-arm64-server-23) NSPAWN_PKGDIR='.binhost-arm64.binpkgs' +NSPAWN_DEBUGDIR='.binhost-arm64.debuginfo' UPLOAD_USER=arm64 UPLOAD_KEY=/root/.ssh/id_ed25519 @@ -98,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_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}
