From 6a8bdf1bfe6f6b9b20152f99338ee1beff3713a6 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sun, 1 May 2022 00:59:19 +0300 Subject: [PATCH] ci: don't require lc3plus The lc3plus codec isn't packaged, so don't try to check if it builds. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2cbf0bd37..61e276c4d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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]