ci: modify leak sanitizer Dockerfile
This commit is contained in:
parent
418fa22ebe
commit
0fbd4ebad1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,6 @@ RUN apk add --no-cache \
|
||||||
ninja \
|
ninja \
|
||||||
libc-dev \
|
libc-dev \
|
||||||
zlib-dev \
|
zlib-dev \
|
||||||
libexecinfo-dev \
|
|
||||||
libunwind-dev
|
libunwind-dev
|
||||||
|
|
||||||
RUN pip install --no-cache-dir --break-system-packages conan gitpython \
|
RUN pip install --no-cache-dir --break-system-packages conan gitpython \
|
||||||
|
@ -40,6 +39,7 @@ RUN cd llvm-project/ \
|
||||||
&& cmake \
|
&& cmake \
|
||||||
-G Ninja \
|
-G Ninja \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DCMAKE_LINKER_TYPE="MOLD" \
|
||||||
-DCMAKE_INSTALL_PREFIX=/libcxx_lsan \
|
-DCMAKE_INSTALL_PREFIX=/libcxx_lsan \
|
||||||
-DCMAKE_C_COMPILER=clang \
|
-DCMAKE_C_COMPILER=clang \
|
||||||
-DCMAKE_CXX_COMPILER=clang++ \
|
-DCMAKE_CXX_COMPILER=clang++ \
|
||||||
|
|
Loading…
Add table
Reference in a new issue