diff options
author | Alexander Færøy <ahf@torproject.org> | 2021-08-16 13:52:58 +0000 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2021-09-13 18:13:10 +0200 |
commit | 12b64845aebf08e45db94e5610d0ced95b5c1667 (patch) | |
tree | 251c65027acc36cb64f0fc529319004f2cd54ad1 | |
parent | 84d6f977e72aa71c19c65c9a8fa3ff922854510b (diff) | |
download | tor-12b64845aebf08e45db94e5610d0ced95b5c1667.tar.gz tor-12b64845aebf08e45db94e5610d0ced95b5c1667.zip |
Use Debian bullseye for our hardened build.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 915f242f26..b83079aa4a 100644 --- 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" |