tor

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

commit 27ffc27af0895faaf1f9da8c19edee4efa0e2044
parent 8e70e8b29ce2e1887c09fe0ab9141e4ffa509072
Author: David Goulet <dgoulet@torproject.org>
Date:   Mon, 31 Mar 2025 17:25:28 +0000

Merge branch 'ahf/049-ci-i386' into 'main'

Use bullseye on main for i386 for now.

See merge request tpo/core/tor!876
Diffstat:
M.gitlab-ci.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -138,7 +138,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:bookworm + name: i386/debian:bullseye docker: platform: linux/386 <<: *debian-template