systemd/systemd: run tests on more architectures in CI

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8864>
This commit is contained in:
Aelin 2026-06-20 12:14:28 +02:00 committed by The Friendly Meow (merge) Bot
parent 832379102c
commit bd970948e6
No known key found for this signature in database

View file

@ -322,11 +322,11 @@ build() {
}
check() {
case "$CARCH" in
x86_64) meson test --print-errorlogs --quiet --no-stdsplit -C $_meson_builddir ;;
*)
echo "*** NOTE: Skipping tests for archs that might use pmb:crossdirect/qemu-user ***" ;;
esac
if [ "$PMB_CROSS" = "unnecessary" ]; then
meson test --print-errorlogs --quiet --no-stdsplit -C $_meson_builddir
else
echo "*** NOTE: Skipping tests, not building natively ***"
fi
}
package() {