GitLab CI: Disable tests in the Debian package job.

This commit is contained in:
Gerald Combs 2022-07-25 11:10:17 -07:00
parent cb8fc2874c
commit babb059f21
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ Debian Stable APT Package:
- tools/make-version.py --set-release .
# Shared GitLab runners limit the log size to 4M, so reduce verbosity. See
# https://gitlab.com/gitlab-com/support-forum/issues/2790
- export DEB_BUILD_OPTIONS="nocheck parallel=$(( $(getconf _NPROCESSORS_ONLN) + 2 ))"
- export DH_QUIET=1
- export MAKEFLAGS=--silent
- dpkg-buildpackage -b --no-sign -jauto