commit faced20ddfb9f38aeea8b3aec4642e9404869cdb
parent c080d8b922599562910729e64c5da93aef574d76
Author: David Goulet <dgoulet@torproject.org>
Date: Mon, 16 May 2022 08:42:14 -0400
Merge branch 'tor-gitlab/mr/565'
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -97,6 +97,8 @@ 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
# TODO: This next line should not be debian-only.