ci: remove check for WITH_NEWEST_QMI_COMMANDS

The newest QMI commands are already builtin the default compilation of
ModemManager.
This commit is contained in:
Aleksander Morgado
2022-08-09 08:58:01 +00:00
parent bc07143f41
commit 6c46794c21

View File

@@ -142,29 +142,6 @@ build-no-qmi-no-mbim-no-tests:
- make check - make check
- make install - make install
build-qmi-newest-commands:
stage: build
extends:
- .fdo.distribution-image@ubuntu
- .common_variables
only:
- main
- merge_requests
- tags
- schedules
script:
- git clone --depth 1 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=false -Dqrtr=false -Dcollection=basic
- ninja -C build
- ninja -C build install
- popd
- NOCONFIGURE=1 ./autogen.sh
- ./configure --prefix=/usr --disable-gtk-doc --disable-introspection --without-mbim CFLAGS="-DWITH_NEWEST_QMI_COMMANDS"
- make
- make check
- make install
build-single-plugins: build-single-plugins:
stage: build stage: build
extends: extends: