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:
parent
4de0ffc316
commit
283996b507
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue