ci: Let Debian build only with libomemo-c

So we can test if it works if libsignal isn't even installed on the
system.

Ref: 9a501e6ecd
Signed-off-by: Michael Vetter <jubalh@iodoru.org>
This commit is contained in:
Michael Vetter
2026-03-27 21:57:21 +01:00
parent e169aa1426
commit 1d646a1afe
2 changed files with 0 additions and 7 deletions

View File

@@ -17,12 +17,6 @@ jobs:
fail-fast: false
matrix:
include:
- flavor: debian
buildsystem: meson
tests: unit
omemo: signal
script: ./scripts/build-configuration-matrix.sh
omemo_env: libsignal
- flavor: fedora
buildsystem: meson
tests: unit

View File

@@ -20,7 +20,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libnotify-dev \
libotr5-dev \
libreadline-dev \
libsignal-protocol-c-dev \
libomemo-c-dev \
libssl-dev \
libtool \