]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
ci: Add 2 more pipelines to the matrix
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 5 Dec 2024 17:59:43 +0000 (11:59 -0600)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 6 Dec 2024 21:16:28 +0000 (13:16 -0800)
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
.github/workflows/main.yml

index 10c7ff2041a3ceb1ac218dac3353c9a694b90ba5..4bd19d48abe9ee5f573f4daf5c96b8c0b5b8638f 100644 (file)
@@ -34,8 +34,13 @@ jobs:
           - 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'