CI: autoupdate: build-test linux-next before push (MR 5481)

Make sure that linux-next actually builds, before pushing the change to
pmaports master. Otherwise it may block publishing other aarch64
packages in bpo.
This commit is contained in:
Oliver Smith 2024-08-11 14:46:56 +02:00
parent 729448922b
commit 315d85a71e
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB

View File

@ -81,6 +81,9 @@ update_linux_next() {
# Update the checksums
pmbootstrap checksum linux-next
# Ensure it builds
pmbootstrap build linux-next
# Commit
git add device/testing/linux-next/APKBUILD
git commit -S -m "linux-next: upgrade to $latest"