]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
ci: Use Stem from our github to have --exclude-test
authorDavid Goulet <dgoulet@torproject.org>
Tue, 24 Mar 2026 12:55:41 +0000 (08:55 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 24 Mar 2026 13:20:41 +0000 (09:20 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
.gitlab-ci.yml

index 6d2873664e38ca030f984b65ca36c453d843b2c6..7ec23acfa1b9abeb8280703e8993d35fe0c9141e 100644 (file)
@@ -105,7 +105,7 @@ variables:
     # libubsan1 for building with -fsanitize=address
     - if [ "$HARDENING" = yes ]; then apt-get install libubsan1 libclang-rt-dev; fi
     # TODO: This next line should not be debian-only.
-    - if [ "$STEM" = yes ]; then git clone --depth 1 https://gitlab.torproject.org/tpo/network-health/stem.git ; export STEM_PATH="$(pwd)/stem"; fi
+    - if [ "$STEM" = yes ]; then git clone --depth 1 https://github.com/torproject/stem.git ; export STEM_PATH="$(pwd)/stem"; fi
     # TODO: This next line should not be debian-only.
     - |
       if [ "$CHUTNEY" = yes ]; then