]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Use debian:buster instead of debian:stable for now.
authorAlexander Færøy <ahf@torproject.org>
Mon, 16 Aug 2021 13:57:56 +0000 (13:57 +0000)
committerAlexander Færøy <ahf@torproject.org>
Mon, 16 Aug 2021 13:57:56 +0000 (13:57 +0000)
.gitlab-ci.yml

index ba61c71b2b2606545a2a073d6f79aca518ef841b..1e9d03caf59d3b226869d05e5703f21522ee9652 100644 (file)
@@ -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"