From: Lucas De Marchi Date: Thu, 5 Dec 2024 17:59:43 +0000 (-0600) Subject: ci: Add 2 more pipelines to the matrix X-Git-Tag: v34~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccc26d6bf4ef4db9f4fcca3419f90ec0ccc65f88;p=thirdparty%2Fkmod.git ci: Add 2 more pipelines to the matrix 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 Reviewed-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/262 --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 10c7ff20..4bd19d48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'