diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/procs/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/procs/APKBUILD b/testing/procs/APKBUILD index 398e58e5e2..c0b70f290a 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" |