commit ed6186631b5b6fa4402717f25ab642e71bde5082
parent 47c329902d6d63ff0e024acc2503d4331ef43de8
Author: David Goulet <dgoulet@torproject.org>
Date: Fri, 25 Aug 2023 12:52:22 -0400
Merge branch 'tor-gitlab/mr/746'
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git 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