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-06-25 13:17:50 -03:00
commit 94622e58ec

View File

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