]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
use physical runner for i386 jobs
authortrinity-1686a <trinity@deuxfleurs.fr>
Fri, 25 Aug 2023 08:14:04 +0000 (10:14 +0200)
committertrinity-1686a <trinity@deuxfleurs.fr>
Fri, 25 Aug 2023 08:14:04 +0000 (10:14 +0200)
.gitlab-ci.yml

index 45142671aa6a8852dab4244980ddb1cbdc33254b..5e0c7ec8421a57622329e4f701c759e1be1ab2d5 100644 (file)
@@ -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