aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-07-25 11:10:17 -0700
committerGerald Combs <gerald@wireshark.org>2022-07-25 11:12:15 -0700
commitbabb059f21f6c8649d5fe0f7dfe26cc8ce1cfa64 (patch)
treed4514bb67b6622411a88eedb47b6589a7ad36a0d /.gitlab-ci.yml
parentcb8fc2874c6353ef8f036c04bb79d37e6fc8b657 (diff)
GitLab CI: Disable tests in the Debian package job.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f5d9329e0f..e3541c1085 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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