mold update
All checks were successful
Docker Builders / build-base-builder (push) Successful in 5m21s
Docker Builders / build-cpp-builder (push) Successful in 22m16s

This commit is contained in:
2026-04-16 10:18:08 +02:00
parent 00608711ae
commit c0719d61cc

View File

@@ -47,7 +47,7 @@ RUN pipx install conan \
&& pipx install gcovr
# Build and install mold
RUN git clone --branch v2.40.4 https://github.com/rui314/mold.git /tmp/mold \
RUN git clone --branch v2.41.0 https://github.com/rui314/mold.git /tmp/mold \
&& cd /tmp/mold \
&& cmake . -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_COMPILER=clang++ \