diff options
author | Guido Günther <agx@sigxcpu.org> | 2025-04-12 10:31:05 +0200 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-04-13 05:01:32 +0000 |
commit | bf8bd7c4adf214a3ca810a7d5670a301c1f77bae (patch) | |
tree | 01f39cc52e56fad244414f52519c1bdedd36e5c6 | |
parent | 3504a438c2929724634c9a6ec7d1a3f6ede78775 (diff) |
ci: Build full libqmi
The basic collection is not enough for MM
Signed-off-by: Guido Günther <agx@sigxcpu.org>
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5627967b..8c52b3b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,7 +62,7 @@ build container: if [ "$BUILD_QMI" == "true" ]; then git clone --depth 1 --branch ${LIBQMI_BRANCH} https://gitlab.freedesktop.org/mobile-broadband/libqmi.git pushd libqmi - meson setup build --prefix=/usr -Dgtk_doc=false -Dintrospection=false -Dbash_completion=false -Dmbim_qmux=$BUILD_MBIM -Dqrtr=$BUILD_QRTR -Dcollection=basic + meson setup build --prefix=/usr -Dgtk_doc=false -Dintrospection=false -Dbash_completion=false -Dmbim_qmux=$BUILD_MBIM -Dqrtr=$BUILD_QRTR ninja -C build ninja -C build install popd |