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:
parent
7fd9e01f7f
commit
225bb4696e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue