diff options
Diffstat (limited to 'debian/salsa-ci.yml')
-rw-r--r-- | debian/salsa-ci.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..db23eb0 --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,16 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.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 |