Merge branch 'maint-0.4.6' into main

This commit is contained in:
Alexander Færøy 2021-08-16 13:58:32 +00:00
commit 790107322a

View File

@ -99,7 +99,7 @@ variables:
# Minimal check on debian: just make, make check. # Minimal check on debian: just make, make check.
# #
debian-minimal: debian-minimal:
image: debian:stable image: debian:buster
<<: *debian-template <<: *debian-template
script: script:
- ./scripts/ci/ci-driver.sh - ./scripts/ci/ci-driver.sh
@ -122,7 +122,7 @@ debian-hardened:
##### #####
# Distcheck on debian stable # Distcheck on debian stable
debian-distcheck: debian-distcheck:
image: debian:stable image: debian:buster
<<: *debian-template <<: *debian-template
variables: variables:
DISTCHECK: "yes" DISTCHECK: "yes"
@ -133,7 +133,7 @@ debian-distcheck:
##### #####
# Documentation tests on debian stable: doxygen and asciidoc. # Documentation tests on debian stable: doxygen and asciidoc.
debian-docs: debian-docs:
image: debian:stable image: debian:buster
<<: *debian-template <<: *debian-template
variables: variables:
DOXYGEN: "yes" DOXYGEN: "yes"
@ -151,7 +151,7 @@ debian-docs:
# with the 'artifacts' mechanism, in theory, but it would be good to # with the 'artifacts' mechanism, in theory, but it would be good to
# avoid having to have a system with hundreds of artifacts. # avoid having to have a system with hundreds of artifacts.
debian-integration: debian-integration:
image: debian:stable image: debian:buster
<<: *debian-template <<: *debian-template
variables: variables:
CHECK: "no" CHECK: "no"
@ -165,7 +165,7 @@ debian-integration:
##### #####
# Tracing build on Debian stable. # Tracing build on Debian stable.
debian-tracing: debian-tracing:
image: debian:stable image: debian:buster
<<: *debian-template <<: *debian-template
variables: variables:
TRACING: "yes" TRACING: "yes"
@ -189,7 +189,7 @@ debian-tracing:
##### #####
# No-authority mode # No-authority mode
debian-disable-dirauth: debian-disable-dirauth:
image: debian:stable image: debian:buster
<<: *debian-template <<: *debian-template
variables: variables:
DISABLE_DIRAUTH: "yes" DISABLE_DIRAUTH: "yes"
@ -199,7 +199,7 @@ debian-disable-dirauth:
##### #####
# No-relay mode # No-relay mode
debian-disable-relay: debian-disable-relay:
image: debian:stable image: debian:buster
<<: *debian-template <<: *debian-template
variables: variables:
DISABLE_RELAY: "yes" DISABLE_RELAY: "yes"
@ -221,7 +221,7 @@ debian-disable-relay:
##### #####
# NSS check on debian # NSS check on debian
debian-nss: debian-nss:
image: debian:stable image: debian:buster
<<: *debian-template <<: *debian-template
variables: variables:
NSS: "yes" NSS: "yes"