]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
ci: re-enable sanitizers with Fedora 41
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 1 Nov 2024 13:03:46 +0000 (13:03 +0000)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 7 Nov 2024 17:07:41 +0000 (11:07 -0600)
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 <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/219
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.github/workflows/main.yml

index a4297b0561a15739041e70f1e04b82395f14d399..98c9a649b9d813f6d02e82603120e08c00449df2 100644 (file)
@@ -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'