Simplification
Some checks failed
Docker Builders / build-base-builder (push) Has been cancelled
Docker Builders / build-cpp-builder (push) Has been cancelled
Docker Builders / build-bigfoot-builder (push) Has been cancelled

This commit is contained in:
2026-01-29 21:45:07 +01:00
parent f2a3099d51
commit 1f78818000
4 changed files with 17 additions and 29 deletions

View File

@@ -4,8 +4,6 @@ ARG BASE_BUILDER
# Base image
FROM $BASE_BUILDER
ARG CONAN_PROFILE_BRANCH
# Environment variables for ccache and pipx
ENV CCACHE_DIR=/ccache \
CCACHE_COMPRESS=1 \
@@ -71,7 +69,7 @@ RUN git clone --branch v2.40.4 https://github.com/rui314/mold.git /tmp/mold \
&& rm -rf /tmp/mold
# 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 main" \
&& conan remote add bigfootpackages https://conan.romainboullard.com/artifactory/api/conan/BigfootPackages \
&& conan remote disable conancenter