tor

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

commit 4ffc4dd883546bdd06ab5f9609b98c4e3472c9be
parent b847e3f44985ab838fea38aee1fa0356e8397dd4
Author: Alexander Hansen Færøy <ahf@torproject.org>
Date:   Tue, 18 Mar 2025 13:17:28 +0100

CI: Remove physical tags from gitlab-ci runner requirements.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -42,7 +42,6 @@ variables: .x86-64-template: &x86-64-template tags: - amd64 - - physical # This template should be usable on any system that's based on apt. .apt-template: &apt-template | @@ -137,8 +136,6 @@ debian-i386-minimal: <<: *debian-template script: - ./scripts/ci/ci-driver.sh - tags: - - physical ##### # Run "make check" with a hardened clang on debian stable. This takes