diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-30 07:26:16 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-30 07:26:16 -0300 |
commit | b9bc6be6516c55fb37c9462565c1d127a3d5ff45 (patch) | |
tree | d72d717649394777ebc11d9a70b9a94bf30572fa /testing/hyperfine | |
parent | 320ebcf86b31d98a4f299deb6bab44059804eb57 (diff) | |
download | aports-b9bc6be6516c55fb37c9462565c1d127a3d5ff45.tar.bz2 aports-b9bc6be6516c55fb37c9462565c1d127a3d5ff45.tar.xz |
testing/hyperfine: enable on arches supported by rust >= 1.37.0-r0
Diffstat (limited to 'testing/hyperfine')
-rw-r--r-- | testing/hyperfine/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hyperfine/APKBUILD b/testing/hyperfine/APKBUILD index 5c43f26cb6..21d52cf4aa 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" |