From: Emil Velikov Date: Fri, 1 Nov 2024 13:03:46 +0000 (+0000) Subject: ci: re-enable sanitizers with Fedora 41 X-Git-Tag: v34~142 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4b07d98c7e866da79be3676522ce2e65351ed74;p=thirdparty%2Fkmod.git ci: re-enable sanitizers with Fedora 41 We had the sanitizers disabled on Fedora 40, since the shared library sanitizers comings with clang were not packaged. With Fedora 41 that has changed, so let's try re-enabling them. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/219 Signed-off-by: Lucas De Marchi --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4297b05..98c9a649 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,6 @@ jobs: - name: 'debian:unstable' multilib: 'true' - name: 'fedora:latest' - meson_setup: '-D b_sanitize=none' - name: 'ubuntu:22.04' multilib: 'true' - name: 'ubuntu:24.04'