blob: ffee353ea197dbdc95d58e94e7fa409a5581ded1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
variables:
# some tests do not work in the salsa-ci infrastructure at build time,
# but work fine in the autopkgtest job anyway, so skip them in the build step
DEB_BUILD_OPTIONS: "nocheck"
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011649
SALSA_CI_DISABLE_PIUPARTS: 1
RELEASE: 'bookworm'
SALSA_CI_LINTIAN_SUPPRESS_TAGS: "bad-distribution-in-changes-file"
|