mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-14 08:56:37 -05:00
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:
parent
9e59a56894
commit
6a8bdf1bfe
1 changed files with 2 additions and 2 deletions
|
|
@ -268,9 +268,9 @@ build_all:
|
||||||
extends:
|
extends:
|
||||||
- .build_on_fedora
|
- .build_on_fedora
|
||||||
variables:
|
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
|
# 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:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- CC: [gcc, clang]
|
- CC: [gcc, clang]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue