aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2023-06-19 08:09:45 -0400
committerDavid Goulet <dgoulet@torproject.org>2023-06-19 08:09:45 -0400
commit3cb6a690be60fcdab60130402ff88dcfc0657596 (patch)
treed9748ef003832ba291739250dcc9bcb5cf65989a /.gitlab-ci.yml
parent7a83aa4f5042905844cb9ab48a4876becd8f2175 (diff)
parent94f4d0968b57db8b3346a5b51b9e0c2ed3e8d98f (diff)
downloadtor-3cb6a690be60fcdab60130402ff88dcfc0657596.tar.gz
tor-3cb6a690be60fcdab60130402ff88dcfc0657596.zip
Merge branch 'maint-0.4.7'
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bec3043072..2ff664d861 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -103,7 +103,7 @@ variables:
# llvm-symbolizer for sanitizer backtrace
- if [ "$HARDENING" = yes ]; then apt-get install llvm; fi
# TODO: This next line should not be debian-only.
- - if [ "$STEM" = yes ]; then git clone --depth 1 https://git.torproject.org/stem.git ; export STEM_PATH="$(pwd)/stem"; fi
+ - if [ "$STEM" = yes ]; then git clone --depth 1 https://gitlab.torproject.org/tpo/network-health/stem.git ; export STEM_PATH="$(pwd)/stem"; fi
# TODO: This next line should not be debian-only.
- if [ "$CHUTNEY" = yes ]; then git clone --depth 1 https://gitlab.torproject.org/tpo/core/chutney.git ; export CHUTNEY_PATH="$(pwd)/chutney"; fi
- if [ "$TRACING" = yes ]; then apt install liblttng-ust-dev; fi