Skip to content
Snippets Groups Projects
Commit 33e2a4f7 authored by Louis's avatar Louis :fire:
Browse files

Don't copy docs for mold

parent f50c72c4
No related branches found
No related tags found
No related merge requests found
Pipeline #276 passed with stage
in 1 minute and 50 seconds
......@@ -52,6 +52,7 @@ RUN wget https://github.com/rui314/mold/releases/download/v1.7.1/mold-1.7.1-x86_
mv mold-1.7.1-x86_64-linux/bin/* /usr/bin/ && \
mv mold-1.7.1-x86_64-linux/lib/* /usr/lib/ && \
mv mold-1.7.1-x86_64-linux/libexec/* /usr/libexec/ && \
mv mold-1.7.1-x86_64-linux/share/* /usr/share/
rm -r mold-1.7.1-x86_64-linux && \
rm mold-1.7.1-x86_64-linux.tar.gz
COPY --from=trunkbuild /usr/local/cargo/bin/trunk /usr/local/cargo/bin/trunk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment