summaryrefslogtreecommitdiff
path: root/testing/apmpkg/APKBUILD
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2021-12-18 21:00:33 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2021-12-23 17:14:19 +0000
commit8fb84f42ab8a56cfd4dc86a1e74d4c5e5f5ad313 (patch)
treefbe9d30688143b25e918de1bd64763c98ca3fb04 /testing/apmpkg/APKBUILD
parenta3abd2d37202fe390bbb3a17f93e5876e05031c7 (diff)
downloadaports-8fb84f42ab8a56cfd4dc86a1e74d4c5e5f5ad313.zip
testing/apmpkg: disable on armhf
test timeout
Diffstat (limited to 'testing/apmpkg/APKBUILD')
-rw-r--r--testing/apmpkg/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/apmpkg/APKBUILD b/testing/apmpkg/APKBUILD
index 16d57c44782..911395c9f5e 100644
--- a/testing/apmpkg/APKBUILD
+++ b/testing/apmpkg/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.5.0
pkgrel=0
pkgdesc="A Package Manager as a model: PKGBUILD"
url="https://github.com/kedap/apmpkg"
-arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # limited by rust/cargo
+arch="all !s390x !armhf" # s390x limited by rust/cargo, armhf test timeout
license="Apache-2.0"
depends="git fakeroot wget ruby-bundler py3-pip rsync bash ruby-dev npm"
makedepends="cargo openssl-dev patchutils"