commit 9a3fcf772077a7b2ab8d3e3fa518c2d8f66d51f3
parent fa749e52e3357015ea0b3f7456f60094140e1851
Author: David Goulet <dgoulet@torproject.org>
Date: Thu, 2 Oct 2025 14:49:57 -0400
ci: Revert i386 minimal to use Bullseye
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -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