Build deps of mold are already installed
All checks were successful
Docker Builders / build-base-builder (push) Successful in 39s
Docker Builders / build-cpp-builder (push) Successful in 5m36s
Docker Builders / build-bigfoot-builder (push) Successful in 36m4s

This commit is contained in:
2026-01-30 09:51:08 +00:00
parent 818d93924a
commit e7c064f4f6

View File

@@ -58,7 +58,6 @@ RUN pipx ensurepath \
# Build and install mold
RUN git clone --branch v2.40.4 https://github.com/rui314/mold.git /tmp/mold \
&& cd /tmp/mold \
&& ./install-build-deps.sh \
&& cmake . -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_COMPILER=clang++ \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \