From: trinity-1686a Date: Fri, 25 Aug 2023 08:14:04 +0000 (+0200) Subject: use physical runner for i386 jobs X-Git-Tag: tor-0.4.9.1-alpha~134^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bc241f8ec4831795ac068996fceb00e312012eb;p=thirdparty%2Ftor.git use physical runner for i386 jobs --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45142671aa..5e0c7ec842 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -124,6 +124,8 @@ 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 @@ -268,4 +270,4 @@ rust-latest: - rustup show - cargo clippy --all-features --all-targets -- -D warnings after_script: - - cargo clean \ No newline at end of file + - cargo clean