[Git][qa/jenkins.debian.net][master] rdn: install 64k kernels on ppc64el, thanks #1106757
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Jun 9 20:55:04 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
a42f1a07 by Holger Levsen at 2025-06-09T21:54:51+02:00
rdn: install 64k kernels on ppc64el, thanks #1106757
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -700,7 +700,8 @@ if [ -f /etc/debian_version ] ; then
|| [ "$HOSTNAME" = "infom02-amd64" ] \
|| [ "$HOSTNAME" = "jenkins" ] ; then
sudo apt install linux-image-amd64/bookworm-backports || true # backport kernels are frequently uninstallable...
- :
+ elif [ "$HOSTNAME" = "osuosl6-ppc64el" ] || [ "$HOSTNAME" = "osuosl7-ppc64el" ] ; then
+ sudo apt install linux-image-powerpc64le-64k
#elif [ "$HOSTNAME" = "osuosl1-amd64" ] || [ "$HOSTNAME" = "osuosl2-amd64" ] ; then
# # building latest stuff sometimes (eg, currently Qt) needs newer kernel to build...
# sudo apt install linux-image-amd64/bookworm-backports || true # backport kernels are frequently uninstallable...
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a42f1a078131a823ad0cf5b9e98e189cae4b1dcb
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a42f1a078131a823ad0cf5b9e98e189cae4b1dcb
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/20250609/38cd168b/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list