diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-19 17:03:23 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-19 17:03:23 +0200 |
| commit | 56bdb1290fd4e280b18669fe5b862a8198a409e0 (patch) | |
| tree | 9ec24cb8d01503870300ee40fb71bfc6bace29f8 /ci | |
| parent | da2f2f64a67b9aa9bd8ef73f7a9940acc739fbb1 (diff) | |
| download | turns-56bdb1290fd4e280b18669fe5b862a8198a409e0.tar.xz turns-56bdb1290fd4e280b18669fe5b862a8198a409e0.zip | |
ci: add valgrind to image
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/Containerfile | 1 |
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 \ |
