summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-05-19 17:03:23 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-05-19 17:03:23 +0200
commit56bdb1290fd4e280b18669fe5b862a8198a409e0 (patch)
tree9ec24cb8d01503870300ee40fb71bfc6bace29f8
parentda2f2f64a67b9aa9bd8ef73f7a9940acc739fbb1 (diff)
downloadturns-56bdb1290fd4e280b18669fe5b862a8198a409e0.tar.xz
turns-56bdb1290fd4e280b18669fe5b862a8198a409e0.zip
ci: add valgrind to image
-rw-r--r--ci/Containerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/Containerfile b/ci/Containerfile
index 6154b29..b6c465c 100644
--- a/ci/Containerfile
+++ b/ci/Containerfile
@@ -19,6 +19,7 @@ RUN pacman-key --init \
'lcov' \
'ninja>=1.11' \
'pkgconf' \
+ 'valgrind' \
'weston' \
&& locale-gen \
&& useradd -m builduser \