modemmanager: skip the test suite under qemu

3 of 38 glib tests SIGABRT under qemu-user emulation; they pass on
native builders and do not touch the patched GNSS paths.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Jorijn van der Graaf 2026-08-08 23:07:20 +02:00
commit 283996b507

View file

@ -37,8 +37,11 @@ makedepends="
" "
checkdepends="glib-dev py3-gobject3 py3-dbus" checkdepends="glib-dev py3-gobject3 py3-dbus"
# fp6-img: crossdirect breaks on this build (native cc cannot spawn cc1 from # fp6-img: crossdirect breaks on this build (native cc cannot spawn cc1 from
# the foreign chroot); build under plain qemu instead. # the foreign chroot); build under plain qemu instead. !check because 3 of
options="!pmb:crossdirect" # 38 glib tests SIGABRT under qemu-user emulation (they pass on Alpine's
# native builders, and none exercise the GNSS code our patches change) -
# on-device validation is the real test.
options="!pmb:crossdirect !check"
subpackages=" subpackages="
$pkgname-lang $pkgname-lang
$pkgname-doc $pkgname-doc