File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ PACKAGES=(
45
45
libxkbcommon-dev
46
46
libxtables-dev
47
47
libzstd-dev
48
- # mold
48
+ mold
49
49
mount
50
50
net-tools
51
51
python3-evdev
@@ -68,14 +68,6 @@ LINKER="${LINKER:?}"
68
68
CRYPTOLIB=" ${CRYPTOLIB:? } "
69
69
RELEASE=" $( lsb_release -cs) "
70
70
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
-
79
71
# Note: As we use postfixed clang/gcc binaries, we need to override $AR
80
72
# as well, otherwise meson falls back to ar from binutils which
81
73
# doesn't work with LTO
You can’t perform that action at this time.
0 commit comments