ci: don't run test_kernel on linux-pam-pmos (MR 6418)

The pkg name changed a while back in d3545fc941.

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Clayton Craft 2025-04-14 22:16:18 -07:00
parent 7fd9e01f7f
commit 225bb4696e
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -23,7 +23,7 @@ def test_aports_kernel():
apkbuild = pmb.parse.apkbuild(path)
aport_name = os.path.basename(os.path.dirname(path))
if aport_name == "linux-pam":
if aport_name == "linux-pam-pmos":
continue # This package isn't a linux kernel!
if "pmb:cross-native" not in apkbuild["options"]: