RemoveGCCCoverage #3

Merged
rboullard merged 8 commits from RemoveGCCCoverage into main 2026-01-29 21:50:46 +00:00
Showing only changes of commit 87dd11e8ec - Show all commits

View File

@@ -16,7 +16,7 @@ ENV CCACHE_DIR=/ccache \
# Install system dependencies, clang, and pipx # Install system dependencies, clang, and pipx
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
build-essential \ build-essential \
cpp-check \ cppcheck \
ccache \ ccache \
cmake \ cmake \
ninja-build \ ninja-build \