diff --git a/libraries.txt b/libraries.txt index 3e85bed..98d121c 100644 --- a/libraries.txt +++ b/libraries.txt @@ -1,4 +1,4 @@ -rodos,0dd30adb373972b9adf2a4a4eb0b068130f45f53,https://github.com/SpaceTeam/rodos.git +rodos,d1514f3e22d2a60c27c881c5500657091dc95c42,https://github.com/SpaceTeam/rodos.git etl,cceb5038664a4fa363e79709bc08bd0bb356ae50,https://github.com/ETLCPP/etl.git Catch2,v3.1.0,https://github.com/catchorg/Catch2.git littlefs,8e53bfeda7716ed7056a2b519bba45f40dea7df0,https://github.com/SpaceTeam/littlefs.git diff --git a/linux-x86/Dockerfile b/linux-x86/Dockerfile index a3df99e..07c8abc 100644 --- a/linux-x86/Dockerfile +++ b/linux-x86/Dockerfile @@ -49,7 +49,7 @@ RUN sudo cmake --version ENV CTCACHE_DIR="/.cache/clang-tidy" RUN mkdir -p ${CTCACHE_DIR} -RUN wget https://raw.githubusercontent.com/matus-chochlik/ctcache/main/clang-tidy-cache -O /usr/local/bin/clang-tidy-cache && chmod +x /usr/local/bin/clang-tidy-cache +RUN wget https://raw.githubusercontent.com/matus-chochlik/ctcache/main/src/ctcache/clang_tidy_cache.py -O /usr/local/bin/clang-tidy-cache && chmod +x /usr/local/bin/clang-tidy-cache # Check for possible mismatch between g++ and gcov versions RUN GCC_VERSION=$(g++ -dumpfullversion) \