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

Include mold linker for x86 image

parent d01c2091
No related branches found
No related tags found
No related merge requests found
Pipeline #274 failed with stage
in 6 minutes and 15 seconds
...@@ -47,4 +47,11 @@ RUN wget https://lab.lcr.gr/microhacks/flit/-/jobs/artifacts/trunk/raw/target/re ...@@ -47,4 +47,11 @@ RUN wget https://lab.lcr.gr/microhacks/flit/-/jobs/artifacts/trunk/raw/target/re
chmod +x flit && \ chmod +x flit && \
mv flit /usr/local/bin/flit mv flit /usr/local/bin/flit
RUN wget https://github.com/rui314/mold/releases/download/v1.7.1/mold-1.7.1-x86_64-linux.tar.gz && \
tar -xvzf mold-1.7.1-x86_64-linux.tar.gz && \
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/
COPY --from=trunkbuild /usr/local/cargo/bin/trunk /usr/local/cargo/bin/trunk 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