Skip to content

Do not run lintian on release too

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

Since 284d3236 we no longer run lintian on the built source packages during the test build, but we forgot to disable it during the release build step. This still causes big packages like firefox-esr to time out after the job has been running for an hour (or worse, go out-of-memory).

Avoid the issue by disabling lintian in the same way on both places.

Merge request reports