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:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user