ci: optimize leak sanitizer docker image for space

This commit is contained in:
light7734 2025-07-18 22:20:33 +03:30
parent 8aa0bff07d
commit db79616ecc
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -28,8 +28,8 @@ RUN clang --version \
&& ninja --version \
&& mold --version
RUN git clone --depth=1 https://github.com/llvm/llvm-project.git -b llvmorg-20.1.8
RUN cd llvm-project/ \
RUN git clone --depth=1 https://github.com/llvm/llvm-project.git -b llvmorg-20.1.8 \
&& cd llvm-project/ \
&& rm -rf build/ \
&& mkdir build/ \
&& cd build/ \