Add whitelist to ignore missing binaries
In Apertis is very common to disable the build of some binaries to avoid
license issues, reduce the number of dependencies or disable unsupported
architectures. To do it, usually d/rules is tweak to skip some binary
packages. However, this approach makes dashboard to complain about missing
binaries.
A possible approach could be to remove the binary packages from d/control
but this approach adds more delta.
To avoid getting a wrong idea of status of the packages, ignore this issue
for the packages we know we tweaked.
The approach of using wildcards to reduce the number of entries was discussed
however, to improve readability and to avoid extra complexity while checking
the idea was discarded.
Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
parent
4063092b
No related branches found
No related tags found
Pipeline #669343 passed
Stage: lint
Stage: fetch
Stage: check
Stage: plan
Stage: render
Stage: trigger
Stage: deploy
Please register or sign in to comment