From a3e7102a8d3bae269221a477bfac9527b0d8be12 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 11 Dec 2020 01:56:44 +0100 Subject: d/salsa-ci.yml: run .test-reprotest with DEB_BUILD_OPTIONS=nocheck. --- debian/salsa-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'debian/salsa-ci.yml') diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index 33c3a64..bd7fce1 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -2,3 +2,16 @@ include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +# This test causes `doveadm exec imap` to fail with +# +# * BAD [ALERT] imap binary must not be started from inetd, use imap-login instead. +# +# apparently because getpeername() fails: +# https://github.com/dovecot/core/blob/2.3.11.3/src/imap/main.c#L454 +# https://github.com/dovecot/core/blob/2.3.11.3/src/lib/net.c#L733 +# +reprotest: + extends: .test-reprotest + variables: + DEB_BUILD_OPTIONS: nocheck -- cgit v1.2.3