From 077b4fcc5afc37623c60ab6c66b27546a83fdb71 Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Sat, 23 Nov 2024 09:58:57 -0800 Subject: [PATCH] Add libasan and libubsan for host based unit tests Use dnf to install libasan and libubsan to support use of address sanitizers in host-based unit tests. Signed-off-by: Michael D Kinney --- Fedora-40/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Fedora-40/Dockerfile b/Fedora-40/Dockerfile index 292b36a..9125d47 100644 --- a/Fedora-40/Dockerfile +++ b/Fedora-40/Dockerfile @@ -56,6 +56,8 @@ RUN dnf \ libX11-devel \ libXext-devel \ libuuid-devel \ + libasan \ + libubsan \ make \ nuget \ nasm \