ci: Regenerate linux-next configs

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7937>
This commit is contained in:
Aelin 2026-07-09 01:12:03 +02:00 committed by The Friendly Meow (merge) Bot
parent 9bde5f7056
commit 7c34fe98a2
No known key found for this signature in database

View file

@ -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