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

This commit is contained in:
2026-01-23 18:07:03 +01:00
parent dd89bdf2dd
commit 31ac125053
2 changed files with 2 additions and 3 deletions

View File

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