Skip to content

Commit

Permalink
Add libasan and libubsan for host based unit tests
Browse files Browse the repository at this point in the history
Use dnf to install libasan and libubsan to support use
of address sanitizers in host-based unit tests.

Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
  • Loading branch information
mdkinney committed Nov 23, 2024
1 parent 61000ca commit 077b4fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Fedora-40/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ RUN dnf \
libX11-devel \
libXext-devel \
libuuid-devel \
libasan \
libubsan \
make \
nuget \
nasm \
Expand Down

0 comments on commit 077b4fc

Please sign in to comment.