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 <[email protected]>
  • Loading branch information
mdkinney authored Nov 25, 2024
1 parent 61000ca commit b4ea0a6
Show file tree
Hide file tree
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
Expand Up @@ -59,6 +59,8 @@ RUN dnf \
libX11-devel \
libXext-devel \
libuuid-devel \
libasan \
libubsan \
make \
nuget \
nasm-${NASM_VERSION} \
Expand Down
2 changes: 2 additions & 0 deletions Fedora-39/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ RUN dnf \
libX11-devel \
libXext-devel \
libuuid-devel \
libasan \
libubsan \
make \
nuget \
nasm \
Expand Down
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 b4ea0a6

Please sign in to comment.