Skip to content

Do not run lintian on the built source packages but add a child pipeline hook where needed

Emanuele Aina requested to merge wip/em/skip-lintian into master

The vast majority of our packages is imported from Debian and we're not going to act on any report from Lintian about them any time soon.

Some large packages like firefox-esr even fail to build due to it, since lintian makes them exceed the 1h timeout.

Let's then avoid wasting precious CI time by avoiding lintian.

For the packages where running lintian is desired, that is the Apertis-specific packages, a post-build custom local pipeline can be set up to run it.

Merge request reports

Loading