Skip to content

Commit 17d9146

Browse files
committed
Upgraded valgrind check container to Ubuntu 24
Recently we've seen segmentation faults while compiling core in valgrind checks. I'll try to upgrade the container image to Ubuntu 24 to see if that resolves the issue. Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent 39e3f9c commit 17d9146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/valgrind-check/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04 AS build
1+
FROM ubuntu:24.04 AS build
22
RUN DEBIAN_FRONTEND=noninteractive apt-get update -y
33
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libssl-dev libxml2-dev libpam0g-dev liblmdb-dev libacl1-dev libpcre2-dev librsync-dev
44
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y python3 git flex bison byacc automake make autoconf libtool valgrind

0 commit comments

Comments
 (0)