ci: modify leak sanitizer Dockerfile

This commit is contained in:
light7734 2025-07-17 12:39:50 +03:30
parent 418fa22ebe
commit 0fbd4ebad1
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -17,7 +17,6 @@ RUN apk add --no-cache \
ninja \
libc-dev \
zlib-dev \
libexecinfo-dev \
libunwind-dev
RUN pip install --no-cache-dir --break-system-packages conan gitpython \
@ -40,6 +39,7 @@ RUN cd llvm-project/ \
&& cmake \
-G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_LINKER_TYPE="MOLD" \
-DCMAKE_INSTALL_PREFIX=/libcxx_lsan \
-DCMAKE_C_COMPILER=clang \
-DCMAKE_CXX_COMPILER=clang++ \