Skip to content
Snippets Groups Projects
Unverified Commit 03ceddb2 authored by Oliver Smith's avatar Oliver Smith Committed by Bart Ribbers
Browse files

CI: check mesa-dri-gallium dependency for devices (MR 3478)

Devices should not depend on it anymore to allow a more minimal install.
postmarketos-base will pull it in if mesa is installed.

[ci:ignore-count]
parent 270e5e28
Branches
No related tags found
No related merge requests found
Pipeline #202763 passed
......@@ -25,6 +25,9 @@ def device_dependency_check(apkbuild, path):
" depends of " + path + ". These go into"
" subpackages now, see"
" <https://postmarketos.org/devicepkg>.")
if depend == "mesa-dri-gallium":
raise RuntimeError(f"{path}: mesa-dri-gallium shouldn't be in"
" depends anymore (see pmaports!3478)")
def test_aports_device(args):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment