build: add lld

This commit is contained in:
Marcus Holland-Moritz 2025-04-11 18:25:32 +02:00
parent 84c6fb6e14
commit af3b4f82bc

View File

@ -79,6 +79,7 @@ RUN apk add --no-cache \
nlohmann-json \
meson \
autoconf \
lld \
gdb
ARG ARCH