pulled by conan
This commit is contained in:
@@ -29,16 +29,6 @@ RUN VERSION=1.2.0; \
|
|||||||
RUN pipx install conan \
|
RUN pipx install conan \
|
||||||
&& pipx install gcovr
|
&& pipx install gcovr
|
||||||
|
|
||||||
# Build and install mold
|
|
||||||
RUN git clone --branch v2.41.0 https://github.com/rui314/mold.git /tmp/mold \
|
|
||||||
&& cd /tmp/mold \
|
|
||||||
&& cmake . -DCMAKE_BUILD_TYPE=Release \
|
|
||||||
-DCMAKE_CXX_COMPILER=clang++ \
|
|
||||||
-B build \
|
|
||||||
&& cmake --build build -j$(nproc) \
|
|
||||||
&& cmake --install build \
|
|
||||||
&& rm -rf /tmp/mold
|
|
||||||
|
|
||||||
# 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 main" \
|
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 add bigfootpackages https://conan.romainboullard.com/artifactory/api/conan/BigfootPackages \
|
||||||
|
|||||||
Reference in New Issue
Block a user