Skip to content
Snippets Groups Projects
Verified Commit 5c78e255 authored by Luca Weiss's avatar Luca Weiss Committed by Dylan Van Assche
Browse files

CI: disallow firmware packages to be noarch (MR 3607)

As explained in the previous commit, it's just unnecessary.

[ci:ignore-count]
[ci:skip-vercheck] no need to rebuild for arch change
parent 44f1e771
No related branches found
No related tags found
No related merge requests found
Pipeline #205290 passed
......@@ -41,3 +41,8 @@ def test_aports_firmware(args):
raise RuntimeError(f"{aport_name}: \"!tracedeps\" missing in"
" options= line. The tracedeps option is superfluous"
" for firmware packages.")
if "noarch" in apkbuild["arch"]:
raise RuntimeError(f"{aport_name}: \"arch\" must not be \"noarch\"!"
" Please limit this firmware package to the"
" required architectures only!")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment