ci: Add valgrind to Fedora base image

Make it available for a `ctest_memcheck` step in CI, or for a test
case of `ctest` itself.
This commit is contained in:
Brad King
2025-09-29 14:12:33 -04:00
parent cca334aa26
commit a562072eb1
2 changed files with 2 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ texinfo
clang-analyzer
clazy
codespell
valgrind
# Tools needed for the test suite.
file

View File

@@ -83,7 +83,7 @@
### Fedora
.fedora42:
image: "kitware/cmake:ci-fedora42-x86_64-2025-09-08"
image: "kitware/cmake:ci-fedora42-x86_64-2025-09-29"
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"