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>
- name: 'debian:unstable'
multilib: 'true'
- name: 'fedora:latest'
- meson_setup: '-D b_sanitize=none'
- name: 'ubuntu:22.04'
multilib: 'true'
- name: 'ubuntu:24.04'