ci: Regenerate linux-next configs
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7937>
This commit is contained in:
parent
9bde5f7056
commit
7c34fe98a2
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue