ci: optimize leak sanitizer docker image for space
This commit is contained in:
parent
8aa0bff07d
commit
db79616ecc
1 changed files with 3 additions and 3 deletions
|
@ -28,8 +28,8 @@ RUN clang --version \
|
||||||
&& ninja --version \
|
&& ninja --version \
|
||||||
&& mold --version
|
&& mold --version
|
||||||
|
|
||||||
RUN git clone --depth=1 https://github.com/llvm/llvm-project.git -b llvmorg-20.1.8
|
RUN git clone --depth=1 https://github.com/llvm/llvm-project.git -b llvmorg-20.1.8 \
|
||||||
RUN cd llvm-project/ \
|
&& cd llvm-project/ \
|
||||||
&& rm -rf build/ \
|
&& rm -rf build/ \
|
||||||
&& mkdir build/ \
|
&& mkdir build/ \
|
||||||
&& cd build/ \
|
&& cd build/ \
|
||||||
|
|
Loading…
Add table
Reference in a new issue