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]
This commit is contained in:
parent
270e5e28ad
commit
03ceddb284
1 changed files with 3 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue