test
All checks were successful
Docker Builders / build-base-builder (push) Successful in 9s
Docker Builders / build-cpp-builder (push) Successful in 26s

This commit is contained in:
2026-01-23 18:32:44 +01:00
parent 28d2f95f36
commit 0092a5d66b

View File

@@ -1,10 +1,11 @@
# Build arguments
ARG BASE_BUILDER
ARG CONAN_PROFILE_BRANCH
# Base image
FROM $BASE_BUILDER
ARG CONAN_PROFILE_BRANCH
# Environment variables for ccache and pipx
ENV CCACHE_DIR=/ccache \
CCACHE_COMPRESS=1 \
@@ -63,10 +64,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 \
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 \
&& conan remote disable conancenter