Skip to content
Snippets Groups Projects
Unverified Commit a1a2f80a authored by Luca Weiss's avatar Luca Weiss Committed by Oliver Smith
Browse files

CI: require pmb:kconfigcheck-community for community/main devices (MR 3422)

Since nftables check is a part of community check, we can safely remove
the explicit nftables check.

[ci:skip-build]
parent 2c58ce8e
Branches
No related tags found
No related merge requests found
Pipeline #200193 passed
......@@ -34,9 +34,9 @@ def test_aports_kernel(args):
" pmbootstrap installs cross-compiler"
" automatically.")
# nftables support in kernels used by main and community devices
# check some options only for main and community devices
for dir in ["main", "device/main", "device/community"]:
if path.startswith(f"{args.aports}/{dir}"):
assert pmb.parse.kconfig.check(args,
aport_name.replace("linux-", ""),
force_nftables_check=True)
if "pmb:kconfigcheck-community" not in apkbuild["options"]:
raise RuntimeError(f"{aport_name}: \"pmb:kconfigcheck-community\" missing in"
" options= line, required for all community/main devices.")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment