systemd/dbus-broker: run tests on more architectures in CI

[ci:skip-vercheck]: no effect in BPO

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8882>
This commit is contained in:
Aelin 2026-06-22 04:43:14 +02:00 committed by The Friendly Meow (merge) Bot
parent 472308f714
commit b32a0084f8
No known key found for this signature in database

View file

@ -23,11 +23,11 @@ build() {
}
check() {
# Some tests timeout when run under qemu, so only run tests if we're on x86_64
# since we know this is a "native" arch in gitlab CI and bpo
case "$CARCH" in
x86_64) meson test --print-errorlogs -C build;;
esac
if [ "$PMB_CROSS" = "unnecessary" ]; then
meson test --print-errorlogs -C build
else
echo "*** NOTE: Skipping tests, not building natively ***"
fi
}
package() {