From 56bdb1290fd4e280b18669fe5b862a8198a409e0 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 19 May 2025 17:03:23 +0200 Subject: ci: add valgrind to image --- ci/Containerfile | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit v1.2.3