diff options
Diffstat (limited to '')
-rw-r--r-- | debian/salsa-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index ffee353..a611faf 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -9,4 +9,10 @@ variables: # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011649 SALSA_CI_DISABLE_PIUPARTS: 1 RELEASE: 'bookworm' + SALSA_CI_IMAGES_LINTIAN: ${SALSA_CI_IMAGES}/lintian:stable SALSA_CI_LINTIAN_SUPPRESS_TAGS: "bad-distribution-in-changes-file" + # The following jobs all run on unstable, and cannot work because they expect + # overrides, compiler flags, dependencies, etc to work as in unstable, but this + # is a stable branch + SALSA_CI_DISABLE_BLHC: 1 + SALSA_CI_DISABLE_REPROTEST: 1 |