GCovr Latest #8

Merged
rboullard merged 2 commits from gcovr into main 2026-02-01 21:10:55 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a1d3095e91 - Show all commits

View File

@@ -8,7 +8,6 @@ ARG CONAN_DEBUG_PROFILE
RUN apt-get update \
&& apt-get install -y \
gcovr \
xvfb \
\
# LunarG Vulkan repo (modern keyring method)

View File

@@ -53,7 +53,8 @@ RUN VERSION=1.2.0; \
# Install pipx and Conan
RUN pipx ensurepath \
&& pipx install conan
&& pipx install conan \
&& pipx install gcovr
# Build and install mold
RUN git clone --branch v2.40.4 https://github.com/rui314/mold.git /tmp/mold \