commit 62da565d8018d98c0ed7d5c961ca05a5a7f9fce7 parent d93a131b550554230456c3b466aa4eb3ea65d2d6 Author: David Goulet <dgoulet@torproject.org> Date: Wed, 12 Nov 2025 08:29:26 -0500 Merge branch 'maint-0.4.8' Diffstat:
| M | .gitlab-ci.yml | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -131,6 +131,19 @@ debian-minimal: script: - ./scripts/ci/ci-driver.sh +# Minimal check on debian/i386: just make, make check. +# +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:bookworm + docker: + platform: linux/386 + <<: *debian-template + script: + - ./scripts/ci/ci-driver.sh + ##### # Run "make check" with a hardened clang on debian stable. This takes # care of a hardening check, and a compile-with-clang check.