From adcdc5f593eb622ef88134a1135e7ae8a6d3a680 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 20 Nov 2024 03:57:57 +0900 Subject: [PATCH] hyperfine 1.19.0+ provides AArch64 macOS binary --- manifests/hyperfine.json | 8 ++++++++ tools/codegen/base/hyperfine.json | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/manifests/hyperfine.json b/manifests/hyperfine.json index ceef6dc1..3483dcd3 100644 --- a/manifests/hyperfine.json +++ b/manifests/hyperfine.json @@ -16,6 +16,10 @@ "aarch64_linux_gnu": { "url": "https://github.com/sharkdp/hyperfine/releases/download/v${version}/hyperfine-v${version}-aarch64-unknown-linux-gnu.tar.gz", "bin": "hyperfine-v${version}-aarch64-unknown-linux-gnu/hyperfine" + }, + "aarch64_macos": { + "url": "https://github.com/sharkdp/hyperfine/releases/download/v${version}/hyperfine-v${version}-aarch64-apple-darwin.tar.gz", + "bin": "hyperfine-v${version}-aarch64-apple-darwin/hyperfine" } }, "license_markdown": "[MIT](https://github.com/sharkdp/hyperfine/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/sharkdp/hyperfine/blob/master/LICENSE-APACHE)", @@ -44,6 +48,10 @@ "aarch64_linux_gnu": { "etag": "0x8DD029A11BFB41C", "checksum": "7f9c0522e1acf869e0558e085c43f2cea3e30e4f7a4b7bc3d5540cbdee7b4273" + }, + "aarch64_macos": { + "etag": "0x8DD029A033B40F5", + "checksum": "502e7c7f99e7e1919321eaa23a4a694c34b1b92d99cbd773a4a2497e100e088f" } }, "1.18": { diff --git a/tools/codegen/base/hyperfine.json b/tools/codegen/base/hyperfine.json index 4717f78d..14a715fa 100644 --- a/tools/codegen/base/hyperfine.json +++ b/tools/codegen/base/hyperfine.json @@ -11,6 +11,7 @@ "x86_64_windows": { "asset_name": "${package}-v${version}-${rust_target}.zip" }, - "aarch64_linux_gnu": {} + "aarch64_linux_gnu": {}, + "aarch64_macos": {} } }