Disable Lintian for release builds

This change disables the Lintian for release builds, since the linting
process takes a lot of time and is already done when the branch is
created.
This commit is contained in:
Fabian Mastenbroek 2021-06-29 15:13:55 +02:00
parent e7d77dd2a5
commit ce7514fc1e
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85

View file

@ -37,7 +37,7 @@ jobs:
if [ "$PVE_BUILD_PROFILE" != "generic" ]; then
debchange -l +$PVE_BUILD_PROFILE -D edge --force-distribution -U -M "Specialization for $PVE_BUILD_PROFILE"
fi
debuild -e PVE* -e CCACHE_DIR=/var/cache/ccache --prepend-path=/usr/lib/ccache --jobs=auto -b -uc -us
debuild --no-lintian -e PVE* -e CCACHE_DIR=/var/cache/ccache --prepend-path=/usr/lib/ccache --jobs=auto -b -uc -us
env:
PVE_BUILD_PROFILE: ${{ matrix.build_profile }}
PVE_KERNEL_CC: ${{ matrix.build_cc }}