From 4ffc4dd883546bdd06ab5f9609b98c4e3472c9be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20Hansen=20F=C3=A6r=C3=B8y?= Date: Tue, 18 Mar 2025 13:17:28 +0100 Subject: [PATCH] CI: Remove physical tags from gitlab-ci runner requirements. --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.47.3