aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-30 07:26:16 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-30 07:26:16 -0300
commitb9bc6be6516c55fb37c9462565c1d127a3d5ff45 (patch)
treed72d717649394777ebc11d9a70b9a94bf30572fa
parent320ebcf86b31d98a4f299deb6bab44059804eb57 (diff)
testing/hyperfine: enable on arches supported by rust >= 1.37.0-r0
-rw-r--r--testing/hyperfine/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hyperfine/APKBUILD b/testing/hyperfine/APKBUILD
index 5c43f26cb6e..21d52cf4aa6 100644
--- a/testing/hyperfine/APKBUILD
+++ b/testing/hyperfine/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.6.0
pkgrel=0
pkgdesc="Command-line benchmarking tool"
url="https://github.com/sharkdp/hyperfine"
-arch="x86_64" # Limited by cargo
+arch="x86_64 armv7 armhf aarch64 x86" # Limited by cargo
license="Apache-2.0 AND MIT"
makedepends="cargo"
source="$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/hyperfine/archive/v$pkgver.tar.gz"