ci: Don't build BlueZ backend

We figured out in libfolks that we were accidentally not properly
requiring the `python3-dbusmock` module that is necessary for the BlueZ
tests. We might want to be smarter about this in the future, but let's
just lose the offending backend for now.

Fixes https://gitlab.gnome.org/GNOME/geary/issues/695
This commit is contained in:
Niels De Graef 2020-02-06 07:36:46 +01:00
parent 9dee9aba2b
commit 361cf5ae69
2 changed files with 2 additions and 0 deletions

View file

@ -149,6 +149,7 @@
"buildsystem": "meson",
"config-opts": [
"-Dtelepathy_backend=false",
"-Dbluez_backend=false",
"-Dinspect_tool=false",
"-Dimport_tool=false"
],