From 1d646a1afecbd3ff661a8d25b88ca976bdc09062 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 27 Mar 2026 21:57:21 +0100 Subject: [PATCH] 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: 9a501e6ecdaf65d28362e5888a0529fb734a353e Signed-off-by: Michael Vetter --- .github/workflows/main.yml | 6 ------ ci/Dockerfile.debian | 1 - 2 files changed, 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fcbc0360..5beee028 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/ci/Dockerfile.debian b/ci/Dockerfile.debian index d17b5eab..38a830bb 100644 --- a/ci/Dockerfile.debian +++ b/ci/Dockerfile.debian @@ -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 \