diff options
author | Alexander Færøy <ahf@torproject.org> | 2021-08-16 13:58:31 +0000 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2021-08-16 13:58:31 +0000 |
commit | 16eb4d4c8bef4210b1c2cb57393b550cd271febd (patch) | |
tree | cdbf38308cca479eca40cd677b664cf3dc3782c6 | |
parent | c62d13fd8ff1f3dc6ea2d83f82911408b8de7ef5 (diff) | |
parent | b07cd2ee90b4022307dcc30530f706b56470a78d (diff) | |
download | tor-16eb4d4c8bef4210b1c2cb57393b550cd271febd.tar.gz tor-16eb4d4c8bef4210b1c2cb57393b550cd271febd.zip |
Merge branch 'maint-0.3.5' into release-0.3.5
-rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba61c71b2b..1e9d03caf5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,7 +99,7 @@ variables: # Minmal check on debian: just make, make check. # debian-minimal: - image: debian:stable + image: debian:buster <<: *debian-template script: - ./scripts/ci/ci-driver.sh @@ -122,7 +122,7 @@ debian-hardened: ##### # Distcheck on debian stable debian-distcheck: - image: debian:stable + image: debian:buster <<: *debian-template variables: DISTCHECK: "yes" @@ -133,7 +133,7 @@ debian-distcheck: ##### # Documentation tests on debian stable: doxygen and asciidoc. debian-docs: - image: debian:stable + image: debian:buster <<: *debian-template variables: DOXYGEN: "yes" @@ -151,7 +151,7 @@ debian-docs: # with the 'artifacts' mechanism, in theory, but it would be good to # avoid having to have a system with hundreds of artifacts. debian-integration: - image: debian:stable + image: debian:buster <<: *debian-template variables: CHECK: "no" @@ -165,7 +165,7 @@ debian-integration: ##### # Tracing build on Debian stable. debian-tracing: - image: debian:stable + image: debian:buster <<: *debian-template variables: TRACING: "yes" @@ -188,7 +188,7 @@ debian-tracing: ##### # No-authority mode debian-disable-dirauth: - image: debian:stable + image: debian:buster <<: *debian-template variables: DISABLE_DIRAUTH: "yes" @@ -198,7 +198,7 @@ debian-disable-dirauth: ##### # No-relay mode debian-disable-relay: - image: debian:stable + image: debian:buster <<: *debian-template variables: DISABLE_RELAY: "yes" @@ -220,7 +220,7 @@ debian-disable-relay: ##### # NSS check on debian debian-nss: - image: debian:stable + image: debian:buster <<: *debian-template variables: NSS: "yes" |