Add llvm-devel package that was missing in the Fedora container. This is needed to get the symbols in the sanitizers report.
Signed-off-by: Ales Musil <[email protected]> --- utilities/containers/fedora/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/utilities/containers/fedora/Dockerfile b/utilities/containers/fedora/Dockerfile index 02e177a9f..24646d5ed 100755 --- a/utilities/containers/fedora/Dockerfile +++ b/utilities/containers/fedora/Dockerfile @@ -26,6 +26,7 @@ RUN dnf -y update \ kmod \ libcap-ng-devel \ libtool \ + llvm-devel \ net-tools \ nfdump \ nftables \ -- 2.48.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
