Test disabling one of the compression libs while dlopen'ing the rest and
handling 1 linked and 2 dlopen'ed.
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/262
- name: 'debian:unstable'
multilib: 'true'
- name: 'fedora:latest'
+ - name: 'fedora:latest'
+ meson_setup: '-D xz=disabled -D dlopen=all'
+ - name: 'ubuntu:22.04'
+ multilib: 'true'
- name: 'ubuntu:22.04'
multilib: 'true'
+ meson_setup: '-D dlopen=zstd,zlib'
- name: 'ubuntu:24.04'
multilib: 'true'