diff options
author | trinity-1686a <trinity@deuxfleurs.fr> | 2023-08-25 10:14:04 +0200 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2023-09-18 15:05:00 +0200 |
commit | 890c31ceba8bb4d976f30aa4436be0a723d347d7 (patch) | |
tree | fd732f46b4bc45a39b43eb0b88a8d3dcc2dce3d2 | |
parent | 8fc589f5645fc02aa77cca6b621f3fa3b2ff5067 (diff) | |
download | tor-890c31ceba8bb4d976f30aa4436be0a723d347d7.tar.gz tor-890c31ceba8bb4d976f30aa4436be0a723d347d7.zip |
use physical runner for i386 jobs
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1ea5bee4c..41caa95537 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -121,6 +121,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 |