From: Alexander Hansen Færøy Date: Tue, 18 Mar 2025 12:17:28 +0000 (+0100) Subject: CI: Remove physical tags from gitlab-ci runner requirements. X-Git-Tag: tor-0.4.8.15~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ffc4dd883546bdd06ab5f9609b98c4e3472c9be;p=thirdparty%2Ftor.git CI: Remove physical tags from gitlab-ci runner requirements. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1099fa285..0372c4015b 100644 --- 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