diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-11 12:58:15 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-11 12:58:16 -0300 |
commit | 2de962b640bd557952c0e228cd7f605082e04898 (patch) | |
tree | 79fb686c165a8645f46e743e69ed2e796b7962fb /testing | |
parent | cbc3b066429afdedd312a1fa857e16d6fc97bddf (diff) | |
download | aports-2de962b640bd557952c0e228cd7f605082e04898.tar.bz2 aports-2de962b640bd557952c0e228cd7f605082e04898.tar.xz |
testing/procs: disable on armhf and armv7
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" |