From ccc26d6bf4ef4db9f4fcca3419f90ec0ccc65f88 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 5 Dec 2024 11:59:43 -0600 Subject: [PATCH] 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 --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) 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'