gcovr latest
All checks were successful
Docker Builders / build-base-builder (push) Successful in 40s
Docker Builders / build-cpp-builder (push) Successful in 5m37s
Docker Builders / build-bigfoot-builder (push) Successful in 36m35s

This commit is contained in:
2026-02-01 14:34:10 +01:00
parent fff4878e86
commit a1d3095e91
2 changed files with 2 additions and 2 deletions

View File

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

View File

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