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:
parent
472308f714
commit
b32a0084f8
1 changed files with 5 additions and 5 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue