aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2021-03-12 22:11:40 +0100
committerRasmus Thomsen <oss@cogitri.dev>2021-03-12 22:11:40 +0100
commit24b3fb7421d5e3bfa4239f7a108c673bd3cc959c (patch)
tree8dc0b4b6780f221d288e4b57ace47e8551d34f10
parent11806ece10a427c0c14ec4ef2759d7878d9bb9d8 (diff)
community/lld: disable s390x tests
-rw-r--r--community/lld/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lld/APKBUILD b/community/lld/APKBUILD
index 0863123fbef..90f8e6fc912 100644
--- a/community/lld/APKBUILD
+++ b/community/lld/APKBUILD
@@ -23,7 +23,7 @@ builddir="$srcdir/$pkgname-$pkgver.src"
# Tests OOM on 32-bit
case "$CARCH" in
- x86|armhf|armv7) options="!check" ;;
+ s390x|x86|armhf|armv7) options="!check" ;;
esac
build() {