From 315d85a71e8927865c0ebd1789643aa36593d7c2 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 11 Aug 2024 14:46:56 +0200 Subject: [PATCH] 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. --- .ci/autoupdate.sh | 3 +++ 1 file changed, 3 insertions(+) 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"