]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
ci: Match maint-0.4.8 file
authorDavid Goulet <dgoulet@torproject.org>
Thu, 2 Oct 2025 17:40:22 +0000 (13:40 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 2 Oct 2025 17:40:28 +0000 (13:40 -0400)
Will allow forward merging from fixes in 0.4.8

Signed-off-by: David Goulet <dgoulet@torproject.org>
.gitlab-ci.yml

index 4a20faf2446934287aa726ef43aad16ecf92c0c6..fc0f616daf0946f96ccb70505f8db92c718731f9 100644 (file)
@@ -117,7 +117,6 @@ variables:
         git -C ./chutney checkout "$CHUTNEY_COMMIT"
 
         apt install python3-venv
-
         export CHUTNEY_PATH="$(pwd)/chutney"
         python3 -m venv venv
         venv/bin/pip install ./chutney
@@ -138,7 +137,7 @@ debian-i386-minimal:
   # TODO: Use a TPA-maintained image when there is one.
   # See https://gitlab.torproject.org/tpo/tpa/base-images/-/issues/3
   image:
-    name: i386/debian:bullseye
+    name: i386/debian:bookworm
     docker:
       platform: linux/386
   <<: *debian-template