From 928a909c424ccbbe9d023b1739c42bdf24e079e2 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 5 Sep 2026 02:39:49 +0900 Subject: [PATCH] codegen: prek 0.5.1 dropped riscv64 and s390x binaries https://github.com/j178/prek/commit/8cbd1e9ef334b6f5f7f7d5598075c35bf05b1551 --- tools/codegen/base/prek.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/codegen/base/prek.json b/tools/codegen/base/prek.json index f38e2c7b..52cb51a8 100644 --- a/tools/codegen/base/prek.json +++ b/tools/codegen/base/prek.json @@ -26,8 +26,6 @@ "aarch64_windows": { "asset_name": "${package}-${rust_target}.zip", "bin": "${package}${exe}" - }, - "riscv64_linux_gnu": {}, - "s390x_linux_gnu": {} + } } }