tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 9bc241f8ec4831795ac068996fceb00e312012eb
parent 08e575463a44c709600c2135acd8d9a3017a93bd
Author: trinity-1686a <trinity@deuxfleurs.fr>
Date:   Fri, 25 Aug 2023 10:14:04 +0200

use physical runner for i386 jobs

Diffstat:
M.gitlab-ci.yml | 5+++--
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