From 9bc241f8ec4831795ac068996fceb00e312012eb Mon Sep 17 00:00:00 2001 From: trinity-1686a Date: Fri, 25 Aug 2023 10:14:04 +0200 Subject: [PATCH] use physical runner for i386 jobs --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.11.4.GIT