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 @@ -47,7 +47,7 @@ PACKAGES=(
47
47
libxkbcommon-dev
48
48
libxtables-dev
49
49
libzstd-dev
50
- # mold
50
+ mold
51
51
mount
52
52
net-tools
53
53
python3-evdev
@@ -70,14 +70,6 @@ LINKER="${LINKER:?}"
70
70
CRYPTOLIB=" ${CRYPTOLIB:? } "
71
71
RELEASE=" $( lsb_release -cs) "
72
72
73
- # mold-2.2.0+ fixes some bugs breaking bootloader builds.
74
- # TODO: Switch to distro mold with ubuntu-24.04
75
- if [[ " $LINKER " == mold ]]; then
76
- wget https://github.com/rui314/mold/releases/download/v2.2.0/mold-2.2.0-x86_64-linux.tar.gz
77
- echo " d66e0230c562c2ba0e0b789cc5034e0fa2369cc843d0154920de4269cd94afeb mold-2.2.0-x86_64-linux.tar.gz" | sha256sum -c
78
- sudo tar -xz -C /usr --strip-components=1 -f mold-2.2.0-x86_64-linux.tar.gz
79
- fi
80
-
81
73
# Note: As we use postfixed clang/gcc binaries, we need to override $AR
82
74
# as well, otherwise meson falls back to ar from binutils which
83
75
# doesn't work with LTO
You can’t perform that action at this time.
0 commit comments