mirror of
https://git.suyu.dev/suyu/build-environments
synced 2024-11-21 14:28:59 -07:00
Use mold binary from ext-linux-bin
This commit is contained in:
parent
e736afe693
commit
1e136ee1b4
1 changed files with 3 additions and 1 deletions
|
@ -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 && \
|
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 && \
|
tar xvf mold-${MOLD_VER}-x86_64-linux.tar.gz && \
|
||||||
chown -R root:root mold-${MOLD_VER}-x86_64-linux/ && \
|
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*
|
rm -rf mold*
|
||||||
|
|
||||||
# Setup paths for Qt binaries
|
# Setup paths for Qt binaries
|
||||||
|
|
Loading…
Reference in a new issue