[Git][qa/jenkins.debian.net][master] rdn: install qemu-user-binfmt on arch:all workers
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Apr 12 21:59:20 BST 2026
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
dd444abd by Jochen Sprickerhof at 2026-04-12T17:01:38+02:00
rdn: install qemu-user-binfmt on arch:all workers
This allows us to reproduce hexagon-dsp-binaries, ezurio-qca-firmware,
linux-board-support-package-rb3gen2, atmel-firmware and probably more.
(cherry picked from commit 5f2183f278299f828bff0cae437a3a25ed876b1b)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -529,6 +529,15 @@ if [ -f /etc/debian_version ] ; then
# pkg-config etc rustc and cargo etc only needed to build rebuilderd* manually locally
*) ;;
esac
+ # packages needed for rebuilderd-worker for https://reproduce.debian.net
+ # to rebuild maintainer uploaded arch:all binaries compiled on a different
+ # architecture then the worker is running on
+ case $HOSTNAME in
+ ionos2*) DEBS="$DEBS
+ qemu-user-binfmt
+ " ;;
+ *) ;;
+ esac
# packages needed for rebuilderd on https://reproduce.debian.net
case $HOSTNAME in
osuosl5*) DEBS="$DEBS
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/dd444abde87427a300ba3b6e7b9d77ccead08a4a
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/dd444abde87427a300ba3b6e7b9d77ccead08a4a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20260412/680fab38/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list