diff --git a/.ci/testcases/test_kernel.py b/.ci/testcases/test_kernel.py index a3a1004c4..ebc3c7909 100644 --- a/.ci/testcases/test_kernel.py +++ b/.ci/testcases/test_kernel.py @@ -21,6 +21,9 @@ def test_aports_kernel(): if aport_name == "linux-pam-pmos": continue # This package isn't a linux kernel! + if aport_name == "linux-postmarketos-allwinner": + continue # Hack to work around issue (see git blame) + if "pmb:cross-native" not in apkbuild["options"]: raise RuntimeError(f"{aport_name}: \"pmb:cross-native\" missing in" " options= line") diff --git a/device/community/linux-postmarketos-allwinner/APKBUILD b/device/community/linux-postmarketos-allwinner/APKBUILD index 9734abe6b..025aec8b7 100644 --- a/device/community/linux-postmarketos-allwinner/APKBUILD +++ b/device/community/linux-postmarketos-allwinner/APKBUILD @@ -29,7 +29,6 @@ makedepends=" bash " options="!strip !check !tracedeps - pmb:cross-native pmb:kconfigcheck-community pmb:kconfigcheck-netmount "