diff --git a/Linux/CPPBuilder/Dockerfile b/Linux/CPPBuilder/Dockerfile index 2c3f4f9..e42501a 100644 --- a/Linux/CPPBuilder/Dockerfile +++ b/Linux/CPPBuilder/Dockerfile @@ -29,16 +29,6 @@ RUN VERSION=1.2.0; \ RUN pipx install conan \ && 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 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 \