From babb059f21f6c8649d5fe0f7dfe26cc8ce1cfa64 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 25 Jul 2022 11:10:17 -0700 Subject: [PATCH] GitLab CI: Disable tests in the Debian package job. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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