tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 0591db2d7cc28ff6ba22e732c3ced5258835178f
parent a08ac1ad0e665754ca8dd111171f01f37278d18a
Author: David Goulet <dgoulet@torproject.org>
Date:   Wed, 12 Nov 2025 08:28:07 -0500

Revert "ci: Drop i386 from our CI as Debian/Ubuntu don't support 32bit anymore"

This reverts commit 37f5038b75cee7499cdb6eefe9d78584940f3a1a.

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.