From 7c34fe98a27a8d6c0d97783d4f8da2992234f815 Mon Sep 17 00:00:00 2001 From: Aelin Date: Thu, 9 Jul 2026 01:12:03 +0200 Subject: [PATCH] ci: Regenerate linux-next configs Part-of: --- .ci/autoupdate.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.ci/autoupdate.sh b/.ci/autoupdate.sh index 16432080f..7e528a350 100755 --- a/.ci/autoupdate.sh +++ b/.ci/autoupdate.sh @@ -76,8 +76,12 @@ update_linux_next() { # Update the checksums pmbootstrap checksum linux-next - # Ensure it builds - pmbootstrap --details-to-stdout build linux-next + for arch in aarch64 armv7 loongarch64 ppc64le riscv64 x86 x86_64; do + # Regenerate the configuration + pmbootstrap --details-to-stdout kconfig generate linux-next --arch $arch + # Ensure it builds + pmbootstrap --details-to-stdout build linux-next --arch $arch + done # Commit git add device/testing/linux-next/APKBUILD