Skip to content

Commit

Permalink
Add libasan and libubsan for host based unit tests (#103)
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 for
Fedora 37, 39, and 40.

Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
mdkinney authored Nov 25, 2024
1 parent 61000ca commit b4ea0a6
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Fedora-37/Dockerfile
Original file line number Diff line number Diff line change
@@ -59,6 +59,8 @@ RUN dnf \
libX11-devel \
libXext-devel \
libuuid-devel \
libasan \
libubsan \
make \
nuget \
nasm-${NASM_VERSION} \
2 changes: 2 additions & 0 deletions Fedora-39/Dockerfile
Original file line number Diff line number Diff line change
@@ -57,6 +57,8 @@ RUN dnf \
libX11-devel \
libXext-devel \
libuuid-devel \
libasan \
libubsan \
make \
nuget \
nasm \
2 changes: 2 additions & 0 deletions Fedora-40/Dockerfile
Original file line number Diff line number Diff line change
@@ -56,6 +56,8 @@ RUN dnf \
libX11-devel \
libXext-devel \
libuuid-devel \
libasan \
libubsan \
make \
nuget \
nasm \

0 comments on commit b4ea0a6

Please sign in to comment.