ci: update lsan dockerfile

This commit is contained in:
light7734 2025-07-18 22:02:07 +03:30
parent c18b445b84
commit ba0b6ceec4
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -55,6 +55,9 @@ RUN git clone 'https://git.light7734.com/light7734/light.git' --recursive \
&& cd light \
&& conan install . \
-s build_type=Release \
-s compiler=clang \
-s compiler.version=20 \
-s compiler.libcxx=libc++ \
-c tools.system.package_manager:mode=install \
-c tools.cmake.cmaketoolchain:generator=Ninja \
-c tools.build:cxxflags='["-g", "-fno-omit-frame-pointer", "-nostdinc++", "-isystem", "/libcxx_lsan/include", "-fsanitize=leak"]' \
@ -62,4 +65,3 @@ RUN git clone 'https://git.light7734.com/light7734/light.git' --recursive \
-c tools.build:exelinkflags='["-L/libcxx_lsan/lib", "-Wl,-rpath,/libcxx_lsan/lib", "-lc++", "-lc++abi", "-fsanitize=leak"]' \
-c tools.info.package_id:confs='["tools.build:cxxflags","tools.build:sharedlinkflags","tools.build:exelinkflags"]' \
--build=missing