Merge branch 'add-mold-package' into 'master'

Add the mold linker in the Podman container

See merge request redox-os/redox!1589
This commit is contained in:
Ribbon 2025-07-07 01:05:54 -03:00
commit f0bfc643f0

View File

@ -56,6 +56,7 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \
m4 \ m4 \
make \ make \
meson \ meson \
mold \
nasm \ nasm \
ninja-build \ ninja-build \
patch \ patch \