File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ PACKAGES=(
4545 libxkbcommon-dev
4646 libxtables-dev
4747 libzstd-dev
48- # mold
48+ mold
4949 mount
5050 net-tools
5151 python3-evdev
@@ -68,14 +68,6 @@ LINKER="${LINKER:?}"
6868CRYPTOLIB=" ${CRYPTOLIB:? } "
6969RELEASE=" $( lsb_release -cs) "
7070
71- # mold-2.2.0+ fixes some bugs breaking bootloader builds.
72- # TODO: Switch to distro mold with ubuntu-24.04
73- if [[ " $LINKER " == mold ]]; then
74- wget https://github.com/rui314/mold/releases/download/v2.2.0/mold-2.2.0-x86_64-linux.tar.gz
75- echo " d66e0230c562c2ba0e0b789cc5034e0fa2369cc843d0154920de4269cd94afeb mold-2.2.0-x86_64-linux.tar.gz" | sha256sum -c
76- sudo tar -xz -C /usr --strip-components=1 -f mold-2.2.0-x86_64-linux.tar.gz
77- fi
78-
7971# Note: As we use postfixed clang/gcc binaries, we need to override $AR
8072# as well, otherwise meson falls back to ar from binutils which
8173# doesn't work with LTO
You can’t perform that action at this time.
0 commit comments