commit 37f5038b75cee7499cdb6eefe9d78584940f3a1a parent 3e96c3c13f3cd869c4036731b4fc2e6771a621de Author: David Goulet <dgoulet@torproject.org> Date: Tue, 11 Nov 2025 09:57:09 -0500 ci: Drop i386 from our CI as Debian/Ubuntu don't support 32bit anymore Signed-off-by: David Goulet <dgoulet@torproject.org> Diffstat:
| M | .gitlab-ci.yml | | | 13 | ------------- |
1 file changed, 0 insertions(+), 13 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -131,19 +131,6 @@ 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.