RemoveGCCCoverage #3

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

View File

@@ -16,6 +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 \
ccache \ ccache \
cmake \ cmake \
ninja-build \ ninja-build \