mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/umbrello: disable tests on armv7 too
This commit is contained in:
parent
59e37c7f6d
commit
d7d5b2b3d6
@ -14,7 +14,7 @@ source="https://download.kde.org/stable/release-service/$pkgver/src/umbrello-$pk
|
||||
subpackages="$pkgname-doc $pkgname-lang"
|
||||
|
||||
case "$CARCH" in
|
||||
ppc64le) options="!check";; # FIXME: testsuite fails on ppc64le
|
||||
ppc64le|armv7) options="!check";; # FIXME: testsuite fails
|
||||
esac
|
||||
|
||||
build() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user