tor

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

commit 5384c40a71a5ff6a880311e193dba8ae7c0d241a
parent 0b20710034f6c4bf2d2ca17026876b6f30aff6bb
Author: David Goulet <dgoulet@torproject.org>
Date:   Thu,  2 Oct 2025 13:40:22 -0400

ci: Match maint-0.4.8 file

Will allow forward merging from fixes in 0.4.8

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
M.gitlab-ci.yml | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -117,7 +117,6 @@ variables: git -C ./chutney checkout "$CHUTNEY_COMMIT" apt install python3-venv - export CHUTNEY_PATH="$(pwd)/chutney" python3 -m venv venv venv/bin/pip install ./chutney @@ -138,7 +137,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:bullseye + name: i386/debian:bookworm docker: platform: linux/386 <<: *debian-template