aboutsummaryrefslogtreecommitdiffstats
path: root/testing/procs/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-11 12:58:15 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-11 12:58:16 -0300
commit2de962b640bd557952c0e228cd7f605082e04898 (patch)
tree79fb686c165a8645f46e743e69ed2e796b7962fb /testing/procs/APKBUILD
parentcbc3b066429afdedd312a1fa857e16d6fc97bddf (diff)
testing/procs: disable on armhf and armv7
Diffstat (limited to 'testing/procs/APKBUILD')
-rw-r--r--testing/procs/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/procs/APKBUILD b/testing/procs/APKBUILD
index 398e58e5e21..c0b70f290a4 100644
--- a/testing/procs/APKBUILD
+++ b/testing/procs/APKBUILD
@@ -6,6 +6,7 @@ pkgrel=0
pkgdesc="A modern replacement for ps written in Rust"
url="https://github.com/dalance/procs"
arch="x86_64 armv7 armhf !aarch64 x86 ppc64le" # limited by rust/cargo (aarch64 due to MAP_32BIT in nix package)
+arch="$arch !armhf !armv7" # test_run test_run_insert and test_run_tree fail
license="MIT"
options="net"
makedepends="cargo"