tor

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

commit 12b64845aebf08e45db94e5610d0ced95b5c1667
parent 84d6f977e72aa71c19c65c9a8fa3ff922854510b
Author: Alexander Færøy <ahf@torproject.org>
Date:   Mon, 16 Aug 2021 13:52:58 +0000

Use Debian bullseye for our hardened build.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -117,7 +117,7 @@ debian-minimal: # # TODO: This will be faster once we merge #40098 and #40099. debian-hardened: - image: debian:testing + image: debian:bullseye <<: *debian-template variables: ALL_BUGS_ARE_FATAL: "yes"