Add llvm-15 for llvm-symbolizer-15 for clang-15 (used for TSan)

Simply installing llvm-15 over TSAN_SYMBOLIZER_PATH had been prefered
(to keep everything in one place and as simple as possible), though
TSAN_SYMBOLIZER_PATH should also work.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
Azat Khuzhin 2022-08-26 09:25:38 +02:00
parent c9dea66f8d
commit ce88c7cb60

View File

@ -78,6 +78,7 @@ RUN export CODENAME="$(lsb_release --codename --short | tr 'A-Z' 'a-z')" \
&& apt-get update \ && apt-get update \
&& apt-get install \ && apt-get install \
clang-15 \ clang-15 \
llvm-15 \
clang-tidy-15 \ clang-tidy-15 \
--yes --no-install-recommends \ --yes --no-install-recommends \
&& apt-get clean && apt-get clean