This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit 3cb6a690be60fcdab60130402ff88dcfc0657596 Merge: 7a83aa4f50 94f4d0968b Author: David Goulet dgoulet@torproject.org AuthorDate: Mon Jun 19 08:09:45 2023 -0400
Merge branch 'maint-0.4.7'
.gitlab-ci.yml | 2 +- Makefile.am | 2 +- doc/HACKING/WritingTests.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --cc .gitlab-ci.yml index bec3043072,e1ea5bee4c..2ff664d861 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@@ -100,10 -100,8 +100,10 @@@ variables - if [ "$STEM" = yes ]; then apt-get install timelimit; fi - if [ "$CC" = clang ]; then apt-get install clang; fi - if [ "$NSS" = yes ]; then apt-get install libnss3 libnss3-dev; fi + # 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