test
Some checks failed
Docker Builders / build-base-builder (push) Successful in 8s
Docker Builders / build-cpp-builder (push) Failing after 8s

This commit is contained in:
2026-01-23 18:10:59 +01:00
parent 42e0b3f7f0
commit 28d2f95f36

View File

@@ -63,7 +63,7 @@ RUN git clone --branch v2.40.4 https://github.com/rui314/mold.git /tmp/mold \
&& cmake --install build \ && cmake --install build \
&& rm -rf /tmp/mold && rm -rf /tmp/mold
RUN echo $CONAN_PROFILE_BRANCH RUN echo "$CONAN_PROFILE_BRANCH"
# Configure Conan with custom profiles and remote # Configure Conan with custom profiles and remote
RUN conan config install https://git.romainboullard.com/BigfootDev/ConanProfiles.git --args=--branch $CONAN_PROFILE_BRANCH \ RUN conan config install https://git.romainboullard.com/BigfootDev/ConanProfiles.git --args=--branch $CONAN_PROFILE_BRANCH \