aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2022-10-12 00:53:33 +0000
committerpsykose <alice@ayaya.dev>2022-10-12 02:53:33 +0200
commit84872a5ff5751402256333e171fb47265f1b2129 (patch)
tree5ff7e6ae672861a27a0f70b9a75d4ea9109ef247
parent66fe1ee046954f085d568cf3653027b0b35ed215 (diff)
testing/fq: disable on ppc64le
-rw-r--r--testing/fq/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fq/APKBUILD b/testing/fq/APKBUILD
index 0661d4ded03..2a024f85241 100644
--- a/testing/fq/APKBUILD
+++ b/testing/fq/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Tool, language and decoders for inspecting binary data"
url="https://github.com/wader/fq"
license="MIT"
-arch="all"
+arch="all !ppc64le" # fails tests
makedepends="go"
checkdepends="expect"
source="https://github.com/wader/fq/archive/v$pkgver/fq-$pkgver.tar.gz"