commit fa749e52e3357015ea0b3f7456f60094140e1851
parent 5384c40a71a5ff6a880311e193dba8ae7c0d241a
Author: David Goulet <dgoulet@torproject.org>
Date: Thu, 2 Oct 2025 13:45:18 -0400
Merge branch 'maint-0.4.8'
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -42,6 +42,7 @@ variables:
.x86-64-template: &x86-64-template
tags:
- amd64
+ - tpa
# This template should be usable on any system that's based on apt.
.apt-template: &apt-template |
@@ -147,8 +148,6 @@ debian-i386-minimal:
#####
# Run "make check" with a hardened clang on debian stable. This takes
# care of a hardening check, and a compile-with-clang check.
-#
-# TODO: This will be faster once we merge #40098 and #40099.
debian-hardened:
image: containers.torproject.org/tpo/tpa/base-images/debian:bookworm
<<: *debian-template