diff --git a/.ci/autoupdate.sh b/.ci/autoupdate.sh index 2e9d70791..025e90525 100755 --- a/.ci/autoupdate.sh +++ b/.ci/autoupdate.sh @@ -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"