Use mold binary from ext-linux-bin
Suyu Docker Image CI / build (forgejo-runner-dind) (push) Successful in 42s Details
Suyu Docker Image CI / build (linux-clang-format) (push) Successful in 1m47s Details
Suyu Docker Image CI / build (linux-fresh) (push) Successful in 7m8s Details
Suyu Docker Image CI / build (linux-mingw) (push) Successful in 11m21s Details

This commit is contained in:
Fijxu 2024-03-24 20:23:55 -03:00
parent e736afe693
commit 1e136ee1b4
Signed by: Fijxu
GPG Key ID: 32C1DDF333EDA6A4
1 changed files with 3 additions and 1 deletions

View File

@ -152,7 +152,9 @@ RUN cd /tmp && \
wget --no-verbose https://git.suyu.dev/suyu/ext-linux-bin/media/branch/main/mold/mold-${MOLD_VER}-x86_64-linux.tar.gz && \
tar xvf mold-${MOLD_VER}-x86_64-linux.tar.gz && \
chown -R root:root mold-${MOLD_VER}-x86_64-linux/ && \
cp -rv mold-${MOLD_VER}-x86_64-linux/ / && \
cp -rv mold-${MOLD_VER}-x86_64-linux/libexec/* /usr/libexec/ && \
cp -rv mold-${MOLD_VER}-x86_64-linux/lib/* /usr/lib/ && \
cp -rv mold-${MOLD_VER}-x86_64-linux/bin/* /usr/bin/ && \
rm -rf mold*
# Setup paths for Qt binaries