ci: don't require lc3plus

The lc3plus codec isn't packaged, so don't try to check if it builds.
This commit is contained in:
Pauli Virtanen 2022-05-01 00:59:19 +03:00
parent 9e59a56894
commit 6a8bdf1bfe

View file

@ -268,9 +268,9 @@ build_all:
extends:
- .build_on_fedora
variables:
# Fedora doesn't have libfreeaptx or roc
# Fedora doesn't have libfreeaptx, lc3plus, or roc
# libcamera has no stable API, so let's not chase that target
MESON_OPTIONS: "-Dauto_features=enabled -Dbluez5-codec-aptx=disabled -Droc=disabled -Dlibcamera=disabled"
MESON_OPTIONS: "-Dauto_features=enabled -Dbluez5-codec-aptx=disabled -Dbluez5-codec-lc3plus=disabled -Droc=disabled -Dlibcamera=disabled"
parallel:
matrix:
- CC: [gcc, clang]