ci/fedora.Dockerfile: Add libasan and libubsan depedencies

They allow address sanitizer tests
This commit is contained in:
Marco Trevisan (Treviño) 2024-05-09 22:33:07 +02:00
parent 71a7887c8a
commit 6a63e92f88

View File

@ -40,10 +40,12 @@ RUN dnf -y update \
gtk-doc \
itstool \
lcov \
libasan \
libattr-devel \
libffi-devel \
libmount-devel \
libselinux-devel \
libubsan \
libxslt \
ncurses-compat-libs \
ninja-build \