Compare commits

...

2 Commits

Author SHA1 Message Date
Ribbon
f0bfc643f0 Merge branch 'add-mold-package' into 'master'
Add the mold linker in the Podman container

See merge request redox-os/redox!1589
2025-07-07 01:05:54 -03:00
Ribbon
2607824648 Add the mold linker in the Podman container 2025-06-20 00:00:11 -03:00

View File

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