]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
ci: Revert i386 minimal to use Bullseye
authorDavid Goulet <dgoulet@torproject.org>
Thu, 2 Oct 2025 18:49:57 +0000 (14:49 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 2 Oct 2025 18:49:57 +0000 (14:49 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
.gitlab-ci.yml

index b50282068ec2f1c85cfbbbaf47f432a9a1d4960a..fb25f5fec0ef467ff50db9353b65f1055f7734f9 100644 (file)
@@ -137,8 +137,12 @@ debian-minimal:
 debian-i386-minimal:
   # TODO: Use a TPA-maintained image when there is one.
   # See https://gitlab.torproject.org/tpo/tpa/base-images/-/issues/3
+  #
+  # XXX: Seems that anything else than Bullseye is making
+  # "src/test/test_include.sh" test to fail. For now, keep bullseye until we
+  # figure this out.
   image:
-    name: i386/debian:bookworm
+    name: i386/debian:bullseye
     docker:
       platform: linux/386
   <<: *debian-template