Skip to content

Commit

Permalink
ci: Add 2 more pipelines to the matrix
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
lucasdemarchi committed Dec 5, 2024
1 parent 16dc3d2 commit 4d875e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 4d875e9

Please sign in to comment.