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:
parent
e7d77dd2a5
commit
ce7514fc1e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
if [ "$PVE_BUILD_PROFILE" != "generic" ]; then
|
if [ "$PVE_BUILD_PROFILE" != "generic" ]; then
|
||||||
debchange -l +$PVE_BUILD_PROFILE -D edge --force-distribution -U -M "Specialization for $PVE_BUILD_PROFILE"
|
debchange -l +$PVE_BUILD_PROFILE -D edge --force-distribution -U -M "Specialization for $PVE_BUILD_PROFILE"
|
||||||
fi
|
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:
|
env:
|
||||||
PVE_BUILD_PROFILE: ${{ matrix.build_profile }}
|
PVE_BUILD_PROFILE: ${{ matrix.build_profile }}
|
||||||
PVE_KERNEL_CC: ${{ matrix.build_cc }}
|
PVE_KERNEL_CC: ${{ matrix.build_cc }}
|
||||||
|
|
Loading…
Reference in a new issue