Correct endpoint
All checks were successful
Docker Builders / build-base-builder (push) Successful in 37s
Docker Builders / build-cpp-builder (push) Successful in 5m10s

This commit is contained in:
2026-01-23 22:57:34 +01:00
parent 94befad0fa
commit 3ae222c4bc

View File

@@ -66,7 +66,7 @@ RUN git clone --branch v2.40.4 https://github.com/rui314/mold.git /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" \
&& conan remote add bigfootpackages https://conan.romainboullard.com/artifactory/api/conan/bigfootpackages \
&& conan remote add bigfootpackages https://conan.romainboullard.com/artifactory/api/conan/BigfootPackages \
&& conan remote disable conancenter
# Show ccache stats (optional, for debugging)