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:
parent
729448922b
commit
315d85a71e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user